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:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
'**/*.js'
|
||||
],
|
||||
specDir: 'spec',
|
||||
specFiles: ['**/*[Ss]pec.js', '!npmPackage/**/*'],
|
||||
specFiles: ['**/*[Ss]pec.js', '!npmPackage/**/*', '!property/**/*'],
|
||||
helpers: [
|
||||
'helpers/asyncAwait.js',
|
||||
'helpers/BrowserFlags.js',
|
||||
|
||||
@@ -2,6 +2,7 @@
|
||||
"spec_dir": "spec",
|
||||
"spec_files": [
|
||||
"core/**/*[Ss]pec.js",
|
||||
"property/**/*[Ss]pec.js",
|
||||
"npmPackage/**/*[Ss]pec.js"
|
||||
],
|
||||
"helpers": [
|
||||
|
||||
Reference in New Issue
Block a user