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
Since changing the build process to use rollup in #510, the test process is just to run npm test. It's not incredibly slow, but not as fast as a good testing lifecycle should be. There should be an npm script to automatically rebuild and rerun tests when source files change.
The text was updated successfully, but these errors were encountered:
Since changing the build process to use rollup in #510, the test process is just to run
npm test
. It's not incredibly slow, but not as fast as a good testing lifecycle should be. There should be an npm script to automatically rebuild and rerun tests when source files change.The text was updated successfully, but these errors were encountered: