mcataford / works-on-my-machine

An opinionated, dependency-conscious test runner for Node.
MIT License
1 stars 0 forks source link

feat: basic beforeEach, afterEach support #28

Closed mcataford closed 1 year ago

mcataford commented 1 year ago

Introduces beforeEach and afterEach hooks that can be defined once in each describe.

Redefining those throws, and they support nested describe blocks.