Added basic integration tests for all built-in matchers

This commit is contained in:
Steve Gravrock
2019-09-06 13:44:15 -07:00
parent f056f3b86c
commit 5a219da848
5 changed files with 506 additions and 17 deletions
+1
View File
@@ -23,6 +23,7 @@ module.exports = {
'helpers/checkForSet.js',
'helpers/checkForSymbol.js',
'helpers/checkForTypedArrays.js',
'helpers/domHelpers.js',
'helpers/integrationMatchers.js',
'helpers/promises.js',
'helpers/defineJasmineUnderTest.js'