Skip to content
This repository has been archived by the owner on Mar 29, 2023. It is now read-only.

Commit

Permalink
fix: remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Oct 26, 2021
1 parent ab16a01 commit 9c1220f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions cypress/integration/burn-spec.js
Expand Up @@ -4,4 +4,6 @@
// then this test will be repeated N times
describe('burning a test N times', () => {
it('repeats', () => {})

it('second test', () => {})
})
7 changes: 6 additions & 1 deletion expects/burn-spec.json
Expand Up @@ -4,6 +4,11 @@
"repeats: burning 2 of 5": "pass",
"repeats: burning 3 of 5": "pass",
"repeats: burning 4 of 5": "pass",
"repeats: burning 5 of 5": "pass"
"repeats: burning 5 of 5": "pass",
"second test: burning 1 of 5": "pass",
"second test: burning 2 of 5": "pass",
"second test: burning 3 of 5": "pass",
"second test: burning 4 of 5": "pass",
"second test: burning 5 of 5": "pass"
}
}
1 change: 0 additions & 1 deletion src/support.js
Expand Up @@ -71,7 +71,6 @@ function cypressGrep() {
configTags = [configTags]
}

const shouldRunBecauseOfParentSuite = suiteStack.includes(true)
const nameToGrep = suiteStack
.map((item) => item.name)
.concat(name)
Expand Down

0 comments on commit 9c1220f

Please sign in to comment.