Skip to content

Commit 39c7784

Browse files
committed
disabled eslint in test runner
1 parent db3c1d5 commit 39c7784

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* eslint-disable */
2+
13
const { sync: globSync } = require('glob')
24
;(async () => {
35
const matches = globSync('test/**/*.mjs')

0 commit comments

Comments
 (0)