Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

v0.1.1

Compare
Choose a tag to compare
@LPGhatguy LPGhatguy released this 23 Jan 22:01
· 156 commits to master since this release

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.