Instrumented code cache not cleared when run ends
dickp opened this issue · 0 comments
dickp commented
The coverage middleware caches code it instruments. However, this cache is not cleared when the run ends.
This is a problem when calling web-component-tester from a long-running build tool such as a gulp watcher: subsequent test runs will get the old instrumented scripts, even if the files have been edited.
PR on its way...