Skip to content

Commit

Permalink
reenable jsunit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-fenichel committed Nov 13, 2018
1 parent b71b012 commit e1299b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ run_test_command "test_setup" "tests/scripts/test_setup.sh"
run_test_command "eslint" "eslint ."

# Run JSUnit tests inside a browser.
#run_test_command "jsunit" "node tests/jsunit/run_jsunit_tests_in_browser.js"
run_test_command "jsunit" "node tests/jsunit/run_jsunit_tests_in_browser.js"
# TODO: Make sure jsunit output is captured. Child process?

# Run generator tests inside a browser and check the results.
Expand Down

0 comments on commit e1299b7

Please sign in to comment.