We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5906f92 commit 4c955eaCopy full SHA for 4c955ea
dev.sh
@@ -0,0 +1,2 @@
1
+# Run this file (with 'entr' installed) to watch files and rerun tests on changes
2
+ls -d **/* | entr ./test.sh
test.sh
@@ -1 +1,2 @@
-./test/libs/bats/bin/bats test/*.bats
+# Run this file to run all the tests, once
+./test/libs/bats/bin/bats test/*.bats
0 commit comments