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 0958b15 commit ceb5a1bCopy full SHA for ceb5a1b
package.json
@@ -60,7 +60,7 @@
60
"gaze": "1.1.1",
61
"istanbul": "1.0.0-alpha.1",
62
"jasmine": "2.5.2",
63
- "jasmine-spec-reporter": "^2.7.0",
+ "jasmine-spec-reporter": "^3.0.0",
64
"mongodb-runner": "3.4.0",
65
"nodemon": "1.11.0",
66
"request-promise": "4.1.1"
spec/helper.js
@@ -1,6 +1,6 @@
1
"use strict"
2
// Sets up a Parse API server for testing.
3
-const SpecReporter = require('jasmine-spec-reporter');
+const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
4
5
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 5000;
6
0 commit comments