This repository has been archived by the owner on Feb 26, 2024. 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.
fix: correct test relaying on jasmine timeout
The tests run slow, because afterEach was async but never called done(). because it was afterEach any errors are ignored and so it did not show up as failure. Instead the test ran very slow until jasmine timed out. This fix corrects the afterEach and decreases the timeout to 1,000 ms.
- Loading branch information