mirror of
https://github.com/google/blockly.git
synced 2026-01-06 16:40:07 +01:00
Changing root script for tests under Node. (#1837)
* Changing root script for tests under Node. Was: tests/jsunit/test_runner.js Now: tests/test_runner.js The webdriver & jsunit calls formerly in tests/jsunit/test_runner.js are now in function runJsUnitTestsInBrowser, in run_jsunit_tests_in_browser.js, called from tests/test_runner.js. This makes room for additional tests under Node, such as headless and generator tests.
This commit is contained in:
committed by
GitHub
parent
1687275cb2
commit
0ffd5dda18
@@ -6,6 +6,7 @@
|
||||
/tests/compile/*
|
||||
/tests/jsunit/*
|
||||
/tests/generators/*
|
||||
/tests/test_runner.js
|
||||
/tests/workspace_svg/*
|
||||
/generators/*
|
||||
/demos/*
|
||||
|
||||
Reference in New Issue
Block a user