mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-17 16:38:18 +00:00
chore: cloudcmd: actions: lint ☘️
This commit is contained in:
parent
c9b27bb514
commit
170b4da211
7 changed files with 19 additions and 3 deletions
|
|
@ -90,6 +90,7 @@ test('cloudcmd: markdown: no request', async (t) => {
|
|||
test('cloudcmd: markdown', async (t) => {
|
||||
const configManager = cloudcmd.createConfigManager();
|
||||
const fixtureDir = new URL('fixture', import.meta.url).pathname;
|
||||
|
||||
const config = {
|
||||
auth: false,
|
||||
root: fixtureDir,
|
||||
|
|
@ -109,6 +110,7 @@ test('cloudcmd: markdown', async (t) => {
|
|||
test('cloudcmd: markdown: zip', async (t) => {
|
||||
const configManager = cloudcmd.createConfigManager();
|
||||
const fixtureDir = new URL('fixture', import.meta.url).pathname;
|
||||
|
||||
const config = {
|
||||
auth: false,
|
||||
root: fixtureDir,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue