Skip to content

Commit

Permalink
tests: fixing format
Browse files Browse the repository at this point in the history
  • Loading branch information
zanninso authored and zanninso committed Dec 18, 2024
1 parent c4363dd commit 0c8eb48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/tests/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if test "$CODE_EDITOR_RUN_ONLY" = true; then
exit
fi

if test $EXERCISE = "elementary"; then
if test "$EXERCISE" = "elementary"; then
node --disallow-code-generation-from-strings /app/test.mjs "/jail/student" "${EXERCISE}"
exit
fi
Expand Down

0 comments on commit 0c8eb48

Please sign in to comment.