You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 27, 2026. It is now read-only.
AFAICT, we were never able to run the tests under tests/generators/ from the command line. In upstream blockly, the tests are run by opening up tests/generators/index.html in Firefox/Safari (security restrictions prevent them from working in Chrome) and clicking a button.
That page has been completely broken since my compilation changes in #135, but it was mostly broken ever since we spun out the separate blockly repo (it throws javascript errors attempting to load blocks, before even trying to run the tests).