We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f4c678 commit f061208Copy full SHA for f061208
bin/run_jest.sh
@@ -4,7 +4,7 @@
4
5
echo "Running JavaScript tests..."
6
7
-ROOT_DIR_ABSOLUTE=$(realpath)
+ROOT_DIR_ABSOLUTE=$(realpath .)
8
9
# remove any existing test_js_* directories (from previous runs)
10
rm -rf $ROOT_DIR_ABSOLUTE/test_js_*
0 commit comments