Skip to content

Commit

Permalink
test: fix local test:create-ima-app paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Filipoliko committed Nov 29, 2024
1 parent 77d0a20 commit c0e8f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/tests/createImaAppTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ IMA_SKELETON_SERVER_PID=$!
sleep 7

echo "Run es-check"
../ima/node_modules/.bin/es-check es2018 './build/static/js/**/*.js'
$ROOT_DIR_IMA/node_modules/.bin/es-check es2018 './build/static/js/**/*.js'

echo "Run benchmark test on create-ima-app"
cd "$ROOT_DIR_IMA"
Expand Down

0 comments on commit c0e8f25

Please sign in to comment.