Skip to content

Commit 52a9076

Browse files
committed
chore: cloudcmd: actions: lint ☘️
1 parent 7e2d2ed commit 52a9076

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

bin/cloudcmd.spec.js

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
import {spawnSync} from 'node:child_process';
22
import {test} from 'supertape';
3-
4-
const cliPath = new URL('cloudcmd.js', import.meta.url).pathname;
53
import info from '../package.json' with {
64
type: 'json',
7-
}
5+
};
6+
7+
const cliPath = new URL('cloudcmd.js', import.meta.url).pathname;
88

99
test('cloudcmd: bin: cli: -h', (t) => {
10-
const {version} = info;
1110
const {stdout} = spawnSync(cliPath, ['-h'], {
1211
encoding: 'utf8',
1312
});

0 commit comments

Comments
 (0)