seasonedcc / composable-functions

Types and functions to make composition easy and safe
MIT License
665 stars 14 forks source link

Upgrade test framework #99

Closed diogob closed 1 year ago

diogob commented 1 year ago

This will upgrade our testing libraries ensuring we don't fall too far behind.

I have extracted all test imports to a test-prelude to facilitate this process.

I have not extracted the zod imports since I will put those in another prelude to be shared between tests and application.