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 b4d39df commit caed520Copy full SHA for caed520
rewatch/tests/watch.sh
@@ -21,7 +21,7 @@ success "Watcher Started"
21
22
echo 'Js.log("added-by-test")' >> ./packages/main/src/Main.res
23
24
-sleep 1
+sleep 2
25
26
if node ./packages/main/src/Main.mjs | grep 'added-by-test' &> /dev/null;
27
then
0 commit comments