We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51b60d2 commit 7214425Copy full SHA for 7214425
lib/jasmine.js
@@ -45,7 +45,7 @@ class Jasmine extends RunnerBase {
45
if (options.globals === false) {
46
this.jasmine = jasmineCore.noGlobals().jasmine;
47
} else {
48
- this.jasmine = jasmineCore.boot(jasmineCore);
+ this.jasmine = jasmineCore.boot(true);
49
}
50
51
/**
package.json
@@ -32,7 +32,7 @@
32
],
33
"dependencies": {
34
"glob": "^10.2.2",
35
- "jasmine-core": "~5.0.0"
+ "jasmine-core": "github:jasmine/jasmine#npm-multiple-runs"
36
},
37
"bin": "./bin/jasmine.js",
38
"main": "./lib/jasmine.js",
0 commit comments