Skip to content

Commit 08e6930

Browse files
committed
Fix Unit Tests
2 parents b6ad297 + 54a48a5 commit 08e6930

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: package.json

+5-4
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,20 @@
4141
"babel-preset-es2015": "^6.6.0",
4242
"bluebird": "^3.5.0",
4343
"body-parser": "^1.15.2",
44+
"chai-as-promised": "^7.1.1",
4445
"debug": "^2.2.0",
4546
"express": "^4.14.0",
4647
"jsonwebtoken": "^7.1.9",
4748
"request": "^2.73.0"
4849
},
4950
"devDependencies": {
51+
"chai": "^3.5.0",
52+
"eslint": "^3.3.0",
53+
"mocha": "^2.5.3",
5054
"babel-cli": "^6.24.1",
5155
"babel-plugin-transform-async-to-bluebird": "^1.1.1",
5256
"babel-plugin-transform-promise-to-bluebird": "^1.1.1",
53-
"babel-plugin-transform-runtime": "^6.23.0",
54-
"chai": "^3.5.0",
55-
"eslint": "^3.3.0",
56-
"mocha": "^2.5.3"
57+
"babel-plugin-transform-runtime": "^6.23.0"
5758
},
5859
"engines": {
5960
"node": ">=6.9.1",

0 commit comments

Comments
 (0)