This repository has been archived by the owner on Dec 22, 2020. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: refactor to improve stability (#111)
- webpack's watchfilesystem uses an interval to manage stuff. - if not purged, jest randomly warns about left-over open handles. - increase test timeout to 30s. - cleanup test in reverse setup order to avoid race conditions. - use default (ws) transport of puppeteer.
- Loading branch information