[dev]: add e2e test for dev workflow (yarn watch) #2963
Labels
ci
Issues related to ci
enhancement
Some improvement that isn't a feature
testing
Anything related to testing
Milestone
After hours of debugging and a false positive with a dependabot PR, we've come to the conclusion that we should have testing in place for our dev workflow:
yarn watch
.This will prevent issues like #2962 from happening again.
One way to achieve this is by:
yarn test:watch
which is similar toyarn test:e2e
yarn watch
We'd have to add some timeout or sleep though since running with
yarn watch
takes time to finish.Related:
The text was updated successfully, but these errors were encountered: