devtools icon indicating copy to clipboard operation
devtools copied to clipboard

Investigate why --delete-conflicting-output is required in the test script

Open jacob314 opened this issue 6 years ago • 0 comments

Integration tests appear to sometimes timeout without adding --delete-conflicting-output. Theories are that this is either due to build_runner rebuilding when it shouldn't due to us triggering the file watcher (which cannot be disabled) or due to just running build_runner multiple times ones for the integration tests and once for the server tests.

jacob314 avatar Oct 10 '19 17:10 jacob314