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.
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...