Skip to content

Commit e945de6

Browse files
committed
lint
1 parent c8c5c8b commit e945de6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { spawnSync } = require('child_process');
22

3-
const { pathExistsSync, removeSync, readdirSync } = require('fs-extra');
3+
const { removeSync, readdirSync } = require('fs-extra');
44
const tape = require('tape');
55
const glob = require('glob-all');
66

@@ -39,7 +39,7 @@ const setup = () => {
3939
removeSync(getUserCachePath());
4040
};
4141

42-
teardown = () => {
42+
const teardown = () => {
4343
[
4444
'puck',
4545
'puck2',

0 commit comments

Comments
 (0)