Default forbidDuplicateNames to true

This commit is contained in:
Steve Gravrock
2025-09-14 10:06:47 -07:00
parent 3040abe23d
commit 7c34b43607
5 changed files with 14 additions and 14 deletions

View File

@@ -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++;
});
});