fix(tests): removal glob

This commit is contained in:
Simon Lecoq
2023-11-02 19:19:41 -04:00
parent 27528afe04
commit a9276642d3

View File

@@ -9,7 +9,7 @@
"rm -rf .coverage &&",
"deno test &&",
"deno coverage .coverage &&",
"rm -rf tests/.coverage tests/.coverage.report tests/.deno.lock tests/.junit.xml tests/.mod.bin tests/.mod.bin.exe tests/*.exe"
"rm -rf tests/.[!.]* tests/*.exe"
],
"deno": {
"test": {