Fix syntax error
This commit is contained in:
@@ -259,7 +259,7 @@ describe("QueueRunner", function() {
|
|||||||
|
|
||||||
function errorWithMessage(message) {
|
function errorWithMessage(message) {
|
||||||
return {
|
return {
|
||||||
asymmetricMatch(other) {
|
asymmetricMatch: function(other) {
|
||||||
return new RegExp(message).test(other.message);
|
return new RegExp(message).test(other.message);
|
||||||
},
|
},
|
||||||
toString: function() {
|
toString: function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user