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