We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1e9411 commit 401cc17Copy full SHA for 401cc17
spec/fixtures/env-config/aSpec.js
@@ -1,5 +1,5 @@
1
for (let i = 1; i <= 5; i++) {
2
- it('spec 1', function() {
+ it('spec ' + i, function() {
3
console.log('in spec ' + i);
4
});
5
}
0 commit comments