Implemented matcher negation as a filter

This commit is contained in:
Steve Gravrock
2018-05-13 23:01:55 -07:00
parent 5cc22740c9
commit 282c436463
4 changed files with 67 additions and 32 deletions

View File

@@ -488,6 +488,5 @@ describe("Expectation", function() {
error: customError
});
});
});