Skip to content

Commit ea43f80

Browse files
committed
Add nock
1 parent d94a92f commit ea43f80

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"prepublish": "npm run build -s",
88
"prebuild": "npm run lint -s && npm run clean -s",
99
"build": "babel src --out-dir lib --source-maps",
10-
"lint": "eslint src",
10+
"lint": "eslint src && eslint test",
1111
"clean": "rimraf lib",
1212
"pretest": "npm run build -s",
1313
"test": "mocha --compilers js:babel-core/register"
@@ -39,6 +39,7 @@
3939
"chai": "^3.5.0",
4040
"eslint": "2.4.0",
4141
"mocha": "^2.4.5",
42+
"nock": "^7.2.2",
4243
"rimraf": "^2.5.2"
4344
},
4445
"eslintConfig": {

0 commit comments

Comments
 (0)