Skip to content
This repository was archived by the owner on Mar 28, 2021. It is now read-only.

Add `each()`

Choose a tag to compare

@unional unional released this 15 Jan 06:56
· 66 commits to master since this release

This completes most functionalities needed.

Breaking change: in 0.7, process.cwd() set to each case's path automatically.

This feature has been removed to reduce confusion.
process.cwd(d.casePath) if you need to do that.

At the end of each test, the process.cwd() is restored to the original, so you don't have to do the clean up. 🌷