added #toBeTrue and #toBeFalse matchers

This commit is contained in:
Felix Rilling
2019-04-14 10:17:59 +02:00
parent 8fca3b4c11
commit 369e810791
5 changed files with 76 additions and 0 deletions

View File

@@ -4,6 +4,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBe',
'toBeCloseTo',
'toBeDefined',
'toBeFalse',
'toBeFalsy',
'toBeGreaterThan',
'toBeGreaterThanOrEqual',
@@ -13,6 +14,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBeNegativeInfinity',
'toBeNull',
'toBePositiveInfinity',
'toBeTrue',
'toBeTruthy',
'toBeUndefined',
'toContain',