Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dword-design committed Dec 25, 2019
1 parent df017d1 commit 2511009
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jsontosass.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ var jsontosass = require('../jsontosass.js');
function removeFiles () {
glob('test/*.s[ac]ss', function (er, files) {
files.forEach(function (file) {
fs.unlink(file);
fs.unlinkSync(file);
});
});
}
Expand Down

0 comments on commit 2511009

Please sign in to comment.