We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1368f5c commit d5eb8bfCopy full SHA for d5eb8bf
2 files changed
generated,README.md,.eslintrc.yml/system-test/.eslintrc.yml
@@ -1,5 +1,3 @@
1
---
2
-env:
3
- mocha: true
4
rules:
5
node/no-extraneous-require: off
generated,README.md,.eslintrc.yml/system-test/samples.js
@@ -16,6 +16,7 @@
16
17
const path = require('path');
18
const {assert} = require('chai');
19
+const {describe, it} = require('mocha');
20
const cp = require('child_process');
21
22
const execSync = cmd => cp.execSync(cmd, {encoding: 'utf-8'});
0 commit comments