Skip to content

Commit

Permalink
style: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
gr2m committed Nov 8, 2021
1 parent b8c3f26 commit f0658ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/back.js
Expand Up @@ -263,7 +263,7 @@ function removeFixture(fixture, options) {
}

if (fixture && fixtureExists(fixture)) {
fs.rmSync ? fs.rmSync(fixture) : fs.unlinkSync(fixture);
fs.rmSync ? fs.rmSync(fixture) : fs.unlinkSync(fixture)
}
context.isLoaded = false
return context
Expand Down

0 comments on commit f0658ac

Please sign in to comment.