Skip to content

Commit 401cc17

Browse files
committed
Fix duplicate names in own tests
1 parent e1e9411 commit 401cc17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/fixtures/env-config/aSpec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
for (let i = 1; i <= 5; i++) {
2-
it('spec 1', function() {
2+
it('spec ' + i, function() {
33
console.log('in spec ' + i);
44
});
55
}

0 commit comments

Comments
 (0)