We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f50e56b commit aa24830Copy full SHA for aa24830
package.json
@@ -30,7 +30,7 @@
30
"bplist-parser": "^0.0.6"
31
},
32
"devDependencies": {
33
- "jasmine-node": "^1.14.5",
+ "jasmine": "~2.6.0",
34
"jscs": "^2.11.0",
35
"jshint": "^2.9.1"
36
@@ -40,6 +40,6 @@
40
"jshint": "jshint src ./ios-sim.js",
41
"postjshint": "npm run jscs",
42
"jscs": "jscs src ./ios-sim.js",
43
- "jasmine": "jasmine-node --captureExceptions --color spec"
+ "jasmine": "jasmine --config=spec/jasmine.json"
44
}
45
spec/jasmine.json
@@ -0,0 +1,8 @@
1
+{
2
+ "spec_dir": "spec",
3
+ "spec_files": [
4
+ "**/*[sS]pec.js"
5
+ ],
6
+ "stopSpecOnExpectationFailure": false,
7
+ "random": false
8
+}
0 commit comments