Closed diogob closed 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.
test-prelude
I have not extracted the zod imports since I will put those in another prelude to be shared between tests and application.
zod
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.