Skip to content

Commit

Permalink
Merge pull request #7 from dword-design/2019-12-25/fix-tests
Browse files Browse the repository at this point in the history
Fix tests
  • Loading branch information
Regaddi committed Dec 27, 2019
2 parents df017d1 + 2511009 commit 48931fb
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 48931fb

Please sign in to comment.