Closed richski closed 5 years ago
Fixes #181.
The Cypress star wipe and dreamfade tests were randomly failing during the CI testing phase.
star wipe
dreamfade
I was unable to replicate the issue locally, so I've tried upgrading everything cypress and slightly increased the pass threshold for the dreamfade.
It's passing consistently on Travis now, so think we can consider it fixed (or stable enough for now).
This PR also includes a fix for the local npm run test-watch script, which was incorrectly passing the cypress test files to Jest.
npm run test-watch
Fixes #181.
The Cypress
star wipe
anddreamfade
tests were randomly failing during the CI testing phase.I was unable to replicate the issue locally, so I've tried upgrading everything cypress and slightly increased the pass threshold for the
dreamfade
.It's passing consistently on Travis now, so think we can consider it fixed (or stable enough for now).
This PR also includes a fix for the local
npm run test-watch
script, which was incorrectly passing the cypress test files to Jest.