Skip to content

Commit

Permalink
Always delete test file
Browse files Browse the repository at this point in the history
  • Loading branch information
webpro committed May 24, 2019
1 parent 1c90f2d commit 1c04ef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const namespace = 'conventional-changelog';
const preset = 'angular';
const infile = 'CHANGES.md';

test.after(() => {
test.after.always(() => {
try {
fs.unlinkSync(infile);
} catch (err) {}
Expand Down

0 comments on commit 1c04ef3

Please sign in to comment.