Correctly removes `reset.css` in binary test.
authorJakub Pawlowicz <contact@jakubpawlowicz.com>
Tue, 5 Apr 2016 05:05:30 +0000 (07:05 +0200)
committerJakub Pawlowicz <contact@jakubpawlowicz.com>
Sat, 9 Apr 2016 15:28:03 +0000 (17:28 +0200)
test/binary-test.js

index 2cc769f..9ed866c 100644 (file)
@@ -540,6 +540,7 @@ vows.describe('./bin/cleancss')
         );
       },
       'teardown': function () {
+        deleteFile('reset.css');
         deleteFile('reset.min.css');
         deleteFile('reset.min.css.map');
       }