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:
@@ -10,7 +10,7 @@ drop_console_1: {
|
||||
}
|
||||
}
|
||||
|
||||
drop_console_1: {
|
||||
drop_console_2: {
|
||||
options = { drop_console: true };
|
||||
input: {
|
||||
console.log('foo');
|
||||
|
||||
Reference in New Issue
Block a user