Expected Behavior
When tests are launched in watch mode, changes to the source code should trigger a new test run.
Current Behavior
Only changes to the test code trigger a new test run.
Possible Solution
I noticed this today but it's likely existed since rollup was introduced. We likely need to rebuild on source change and then have that trigger a new test run
Context
Need to restart tests every time I make a small source change
Environment
- Chart.js version: master
- Node v12.13.0
- Link to your project: