Added basic property tests for matchersUtil.equals

* See #1764 from @dubzzz
* Property tests are only run in Node, not browser.
* The Travis build sets JASMINE_LONG_PROPERTY_TESTS to enable much more
  thorough (but slow) testing.
This commit is contained in:
Steve Gravrock
2020-01-04 14:25:25 -08:00
parent 8d53f4d202
commit 4eded6ab61
5 changed files with 73 additions and 1 deletions
+1
View File
@@ -2,6 +2,7 @@
"spec_dir": "spec",
"spec_files": [
"core/**/*[Ss]pec.js",
"property/**/*[Ss]pec.js",
"npmPackage/**/*[Ss]pec.js"
],
"helpers": [