We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5a8c33 commit a88b488Copy full SHA for a88b488
watchtestscripts.sh
@@ -3,5 +3,5 @@
3
trap exit SIGINT
4
5
# I use "run tests on save" in my editor.
6
-# Unfortunately, changes to text files does not trigger this. Hence this workaround.
7
-while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done
+# Unfortunately, changes to text files do not trigger this. Hence this workaround.
+while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done
0 commit comments