We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80efbaf commit 8d316f6Copy full SHA for 8d316f6
.eslintrc.json
@@ -1,3 +1,7 @@
1
{
2
- "extends": "airbnb-base"
3
-}
+ "env": {
+ "node": true,
4
+ "jest": true
5
+ },
6
+ "extends": "airbnb-base"
7
+}
package.json
@@ -7,6 +7,9 @@
"test": "jest --verbose",
8
"test:watch": "jest --watchAll"
9
},
10
+ "jest": {
11
+ "testEnvironment": "node"
12
13
"keywords": [],
14
"author": "Ashok Dey <ashokdey100@gmail.com> (http://ashokdey.in)",
15
"license": "MIT",
0 commit comments