Introduce matchers#toBeInstanceOf

This commit is contained in:
Elliot Nelson
2019-05-15 11:51:46 -04:00
parent 3dde56bbd8
commit 0fded24d35
3 changed files with 281 additions and 0 deletions
+1
View File
@@ -4,6 +4,7 @@ getJasmineRequireObj().requireMatchers = function(jRequire, j$) {
'toBe',
'toBeCloseTo',
'toBeDefined',
'toBeInstanceOf',
'toBeFalse',
'toBeFalsy',
'toBeGreaterThan',