Add anything matcher to match any value that is neither null or undefined

[finish #58117878] Fix #186
This commit is contained in:
slackersoft
2014-12-17 12:58:47 -08:00
parent bfcd8b046d
commit 482f4d62fc
5 changed files with 69 additions and 0 deletions

View File

@@ -18,6 +18,7 @@ getJasmineRequireObj = (function (jasmineGlobal) {
jRequire.base(j$, jasmineGlobal);
j$.util = jRequire.util();
j$.Any = jRequire.Any();
j$.Anything = jRequire.Anything(j$);
j$.CallTracker = jRequire.CallTracker();
j$.MockDate = jRequire.MockDate();
j$.Clock = jRequire.Clock();