Skip to content

Commit ceb5a1b

Browse files
author
Arthur Cinader
authored
chore(package): update jasmine-spec-reporter to version 3.0.0 (#3333)
https://greenkeeper.io/ Fix parse-server to work with jasmine-spec-reporter-3.0.0
1 parent 0958b15 commit ceb5a1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"gaze": "1.1.1",
6161
"istanbul": "1.0.0-alpha.1",
6262
"jasmine": "2.5.2",
63-
"jasmine-spec-reporter": "^2.7.0",
63+
"jasmine-spec-reporter": "^3.0.0",
6464
"mongodb-runner": "3.4.0",
6565
"nodemon": "1.11.0",
6666
"request-promise": "4.1.1"

spec/helper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
"use strict"
22
// Sets up a Parse API server for testing.
3-
const SpecReporter = require('jasmine-spec-reporter');
3+
const SpecReporter = require('jasmine-spec-reporter').SpecReporter;
44

55
jasmine.DEFAULT_TIMEOUT_INTERVAL = process.env.PARSE_SERVER_TEST_TIMEOUT || 5000;
66

0 commit comments

Comments
 (0)