Adopt forbidDuplicateNames: true in jasmine-core's own tests
This commit is contained in:
@@ -26,6 +26,9 @@ module.exports = {
|
||||
'helpers/defineJasmineUnderTest.js',
|
||||
'helpers/resetEnv.js'
|
||||
],
|
||||
env: {
|
||||
forbidDuplicateNames: true
|
||||
},
|
||||
random: true,
|
||||
browser: {
|
||||
name: process.env.JASMINE_BROWSER || 'firefox',
|
||||
|
||||
Reference in New Issue
Block a user