theintern / intern

A next-generation code testing stack for JavaScript.
https://theintern.io/
Other
4.36k stars 309 forks source link

Add a watch mode for Intern in serve-only mode #1129

Open jason0x43 opened 4 years ago

jason0x43 commented 4 years ago

1096 will add watch mode for Node unit tests. Intern should also support a watch mode for browser unit tests when using Intern in serve-only mode. Intern would notice changes to files using the same mechanism as for #1096, and would instruct an already-running browser session to rerun some or all of the tests.