Default forbidDuplicateNames to true
This commit is contained in:
@@ -95,9 +95,9 @@ getJasmineRequireObj().Configuration = function(j$) {
|
||||
* error.
|
||||
* @name Configuration#forbidDuplicateNames
|
||||
* @type boolean
|
||||
* @default false
|
||||
* @default true
|
||||
*/
|
||||
forbidDuplicateNames: false,
|
||||
forbidDuplicateNames: true,
|
||||
/**
|
||||
* Whether to issue warnings for certain deprecated functionality
|
||||
* every time it's used. If not set or set to false, deprecation warnings
|
||||
|
||||
Reference in New Issue
Block a user