Skip to content

Commit 0bc49dd

Browse files
author
benholloway
committed
minor fix
1 parent 5a49ecf commit 0bc49dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/specs/tasks/build.spec.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ function expectations(testCase) {
9999
function customMatchers() {
100100
jasmine.addMatchers(jasmineDiffMatchers.diffPatch);
101101
jasmine.addMatchers({
102-
toBeHelpWithError : matchers
102+
toBeHelpWithError : matchers
103103
.getHelpMatcher(/^\s*The "build" task/),
104-
toHaveExpectedItemsExcept : matchers
104+
toHaveExpectedItemsExcept: matchers
105105
.getFileMatcher(
106106
'app-build/index.html',
107107
'app-build/index.js', 'app-build/index.js.map',

0 commit comments

Comments
 (0)