Skip to content

Commit 86ec0b2

Browse files
committed
[Robustness] use cached .test
1 parent a1c266b commit 86ec0b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -553,7 +553,7 @@ Test.prototype['throws'] = function (fn, expected, msg, extra) {
553553
var passed = caught;
554554

555555
if (isRegExp(expected)) {
556-
passed = expected.test(caught && caught.error);
556+
passed = $test(expected, caught && caught.error);
557557
expected = String(expected);
558558
}
559559

0 commit comments

Comments
 (0)