Skip to content

Commit 0e55eca

Browse files
committed
test: run CLI tests with Webpack inspired harness
1 parent 4866194 commit 0e55eca

20 files changed

+366
-1095
lines changed

.eslintrc.js

+4-1
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,13 @@ module.exports = {
4848
},
4949
},
5050
{
51-
files: ['**/*.spec.js'],
51+
files: ['test/**', '**/*.spec.js'],
5252
env: {
5353
jest: true,
5454
},
55+
parserOptions: {
56+
ecmaVersion: 2021,
57+
},
5558
},
5659
],
5760
}

0 commit comments

Comments
 (0)