Skip to content

Commit

Permalink
chore: clean test/tmp before running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Trott committed Dec 11, 2021
1 parent 9ca9283 commit 89deb7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"url": "git://github.com/inikulin/dmn.git"
},
"scripts": {
"test": "rm -rf test/fixtures/node_modules && node test/run_tests.js"
"test": "rm -rf test/fixtures/node_modules test/tmp && node test/run_tests.js"
},
"dependencies": {
"char-spinner": "1.0.1",
Expand Down

0 comments on commit 89deb7b

Please sign in to comment.