taskworld / test-bed

:factory: Development test runner for webpack to improve TDD experience. Runs only specs affected by code change. Serve test files from memory. For large project with hundreds of test files.
33 stars 5 forks source link

test-bed refreshes even when nothing changed sometimes #16

Closed dtinth closed 7 years ago

dtinth commented 7 years ago

We noticed this issue internally.

A possible fix: When webpack emits a bundle, also notify its hash. Upon receiving a notification, if the compilation hash turned out to be the same, skip refreshing.