We should get to the point where npm run build
installs & builds the project & npm test
builds & tests it (including running linters) like in Core. In particular, that means running npm install && npm test
(or it's alias npm it
) is enough to run all checks for the current code that don't require spawning a real browser.
This idea originated in #155.