Skip to content

Commit

Permalink
testing realpath
Browse files Browse the repository at this point in the history
  • Loading branch information
JGreenlee committed Oct 23, 2024
1 parent 2f4c678 commit 8a1e143
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/run_jest.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@

echo "Running JavaScript tests..."

ROOT_DIR_ABSOLUTE=$(realpath)
ROOT_DIR_ABSOLUTE=$(realpath .)

echo $ROOT_DIR_ABSOLUTE

# remove any existing test_js_* directories (from previous runs)
rm -rf $ROOT_DIR_ABSOLUTE/test_js_*
Expand Down

0 comments on commit 8a1e143

Please sign in to comment.