Skip to content

Commit

Permalink
chore(build): Reenable advanced compilation test
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcallen committed Dec 3, 2021
1 parent 8370647 commit a42fae7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ run_test_command "package" "npm run package"
# Run Node tests.
run_test_command "node" "./node_modules/.bin/mocha tests/node --config tests/node/.mocharc.js"

# # Attempt advanced compilation of a Blockly app.
# run_test_command "advanced_compile" "npm run test:compile:advanced"
# Attempt advanced compilation of a Blockly app.
run_test_command "advanced_compile" "npm run test:compile:advanced"


# End of tests.
Expand Down

0 comments on commit a42fae7

Please sign in to comment.