Skip to content

Commit 9c2fa7f

Browse files
committed
update the npm dependencies for the new integration tests.
1 parent 6a9b11c commit 9c2fa7f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"es6ify"
1616
],
1717
"scripts": {
18-
"test": "node ./node_modules/jasmine-node/bin/jasmine-node test"
18+
"test": "node node_modules/jasmine-node/bin/jasmine-node --verbose --captureExceptions test/specs"
1919
},
2020
"contributors": [
2121
"bholloway",
@@ -105,7 +105,8 @@
105105
"yargs": "latest"
106106
},
107107
"devDependencies": {
108-
"jasmine-node": "latest",
108+
"jasmine-node": "2.0.0-beta4",
109+
"ncp": "~2.0.0",
109110
"jasmine-diff-matchers": "~2.0.0"
110111
}
111112
}

0 commit comments

Comments
 (0)