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 5a49ecf commit 0bc49ddCopy full SHA for 0bc49dd
test/specs/tasks/build.spec.js
@@ -99,9 +99,9 @@ function expectations(testCase) {
99
function customMatchers() {
100
jasmine.addMatchers(jasmineDiffMatchers.diffPatch);
101
jasmine.addMatchers({
102
- toBeHelpWithError : matchers
+ toBeHelpWithError : matchers
103
.getHelpMatcher(/^\s*The "build" task/),
104
- toHaveExpectedItemsExcept : matchers
+ toHaveExpectedItemsExcept: matchers
105
.getFileMatcher(
106
'app-build/index.html',
107
'app-build/index.js', 'app-build/index.js.map',
0 commit comments