Skip to content

Commit 1889c7c

Browse files
committed
Set forbidDuplicateNames: true in newly generated configs
1 parent 86d27dc commit 1889c7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/examples/jasmine.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
],
99
"env": {
1010
"stopSpecOnExpectationFailure": false,
11-
"random": true
11+
"random": true,
12+
"forbidDuplicateNames": true
1213
}
1314
}

0 commit comments

Comments
 (0)