mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-08-02 04:33:09 +00:00
chore(cloudcmd) lint using actions
This commit is contained in:
parent
ed0c2ad45a
commit
3d4ba373a6
20 changed files with 77 additions and 39 deletions
|
|
@ -1,8 +1,10 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const {
|
||||
test,
|
||||
stub,
|
||||
} = require('supertape');
|
||||
const mockRequire = require('mock-require');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
|
||||
const {stopAll} = mockRequire;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
const {
|
||||
test,
|
||||
stub,
|
||||
} = require('supertape');
|
||||
const parse = require('./parse-user-menu');
|
||||
|
||||
test('cloudcmd: user menu: parse', (t) => {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
'use strict';
|
||||
|
||||
const test = require('supertape');
|
||||
const stub = require('@cloudcmd/stub');
|
||||
const {
|
||||
test,
|
||||
stub,
|
||||
} = require('supertape');
|
||||
const {runSelected} = require('./run');
|
||||
|
||||
test('cloudcmd: client: user menu: run', async (t) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue