Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9c8768d

Browse files
committed
fixup! refactor(matchers): add the toEqualOneOf matcher
1 parent 992355a commit 9c8768d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/helpers/matchers.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ beforeEach(function() {
125125
var expectedArgs = Array.prototype.slice.call(arguments, 1);
126126
return {
127127
pass: expectedArgs.some(function(expected) {
128-
return util.equals(actual, expected, [DOMTester]);
128+
return util.equals(actual, expected, [DOMTester]);
129129
})
130130
};
131131
}

0 commit comments

Comments
 (0)