This repository has been archived by the owner on Sep 14, 2024. It is now read-only.
v0.1.1
This release adds some new lifecycle hooks.
Changes since 0.1.0
- Added beforeAll, beforeEach, afterEach, afterAll lifecycle hooks for testing
- The setup and teardown behavior of these hooks attempt to reach feature parity with Jest.