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

View File

@@ -10,6 +10,7 @@
"helpers/checkForSet.js",
"helpers/checkForSymbol.js",
"helpers/checkForTypedArrays.js",
"helpers/domHelpers.js",
"helpers/integrationMatchers.js",
"helpers/promises.js",
"helpers/nodeDefineJasmineUnderTest.js"