Skip to content

Commit

Permalink
Correctly removes reset.css in binary test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubpawlowicz committed Apr 5, 2016
1 parent d2b6a44 commit 89aa590
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/binary-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -540,6 +540,7 @@ vows.describe('./bin/cleancss')
);
},
'teardown': function () {
deleteFile('reset.css');
deleteFile('reset.min.css');
deleteFile('reset.min.css.map');
}
Expand Down

0 comments on commit 89aa590

Please sign in to comment.