You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: make `cleanup` async
Using `rimraf.sync` can cause `ENOTEMPTY` and `EBUSY` errors on Windows.
This can make the Windows CI to fail randomly. Changing to the async
method defaults to autoretry 3 times and thus avoiding this issues.
* chore: jest config
* chore: e2e tests use sync cleanup
* chore: pr feedback
* chore: revert timeout
* Update __e2e__/default.test.ts
* Update __e2e__/default.test.ts
Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
0 commit comments