Skip to content

Commit 2d0f4ae

Browse files
committed
Remove unused fs import
1 parent 977e543 commit 2d0f4ae

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/generateFilePaths/this.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const fs = require('fs')
21
const path = require('path')
32

43
const PUBLISH_DIR = path.join(__dirname, 'publishDir')

tests/runPa11y/this.test.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
const fs = require('fs')
21
const path = require('path')
32

43
// actual test

0 commit comments

Comments
 (0)