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
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.