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.
specHelper: true
1 parent 465100b commit 01527a8Copy full SHA for 01527a8
vendor/jasmine3-runner.js
@@ -7,16 +7,4 @@ module.exports = createRunner({
7
testPackages: [],
8
timeReporter: true,
9
specHelper: true,
10
- attachToDOM: true,
11
- // Extra Packages
12
- customMatchers: true,
13
- jasmineFocused: true,
14
- jasmineJson: true,
15
- jasminePass: true,
16
- jasmineShouldFail: true,
17
- jasmineTagged: true,
18
- mockClock: true,
19
- mockLocalStorage: true,
20
- profile: true,
21
- unspy: true,
22
});
0 commit comments