Default forbidDuplicateNames to true
This commit is contained in:
@@ -40,7 +40,7 @@ describe('spec running', function() {
|
||||
env.it('should run nested suites', function() {
|
||||
foo++;
|
||||
});
|
||||
env.it('should run nested suites', function() {
|
||||
env.it('should run nested suites 2', function() {
|
||||
bar++;
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user