fix duplicated test names
previously test cases with the same name would be skipped except for the last one `test/run-test.js` will now report duplicated names as errors closes #1461
This commit is contained in:
@@ -58,7 +58,7 @@ negate_iife_3_off: {
|
||||
}
|
||||
}
|
||||
|
||||
negate_iife_3: {
|
||||
negate_iife_4: {
|
||||
options = {
|
||||
negate_iife: true,
|
||||
conditionals: true,
|
||||
@@ -112,7 +112,7 @@ sequence_off: {
|
||||
}
|
||||
}
|
||||
|
||||
negate_iife_4: {
|
||||
negate_iife_5: {
|
||||
options = {
|
||||
negate_iife: true,
|
||||
sequences: true,
|
||||
@@ -135,7 +135,7 @@ negate_iife_4: {
|
||||
}
|
||||
}
|
||||
|
||||
negate_iife_4_off: {
|
||||
negate_iife_5_off: {
|
||||
options = {
|
||||
negate_iife: false,
|
||||
sequences: true,
|
||||
|
||||
Reference in New Issue
Block a user