mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 00:47:01 +00:00
chore: lint
This commit is contained in:
parent
5e742c5b82
commit
c0988590a7
15 changed files with 31 additions and 23 deletions
|
|
@ -3,7 +3,7 @@
|
|||
const fs = require('node:fs');
|
||||
|
||||
const {tryCatch} = require('try-catch');
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
const readFilesSync = require('@cloudcmd/read-files-sync');
|
||||
|
||||
const {time, timeEnd} = require(`../../common/util.mjs`);
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
'use strict';
|
||||
|
||||
const process = require('node:process');
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
const env = require('../../server/env.mjs');
|
||||
|
||||
test('env: small', (t) => {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const {test} = require('supertape');
|
||||
const {tryCatch} = require('try-catch');
|
||||
|
||||
const showConfig = require('../../server/show-config');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue