Skip to content

Commit

Permalink
test: 100% test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 8, 2021
1 parent 1cb4880 commit 61d9144
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/back.js
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ function removeFixture(fixture, options) {
}

if (fixture && fixtureExists(fixture)) {
/* istanbul ignore next - fs.unlinkSync is for node 10 support */
fs.rmSync ? fs.rmSync(fixture) : fs.unlinkSync(fixture)
}
context.isLoaded = false
Expand Down

0 comments on commit 61d9144

Please sign in to comment.