This PR replaces Jest with Vitest, which completely eliminates our custom configuration. It plays well with ES modules, TypeScript, and JSX out of the box.
The createDescribe helper function was removed since there seems to be a weird edge case where asyncbeforeAll functions are not run in the correct order.
This PR replaces Jest with Vitest, which completely eliminates our custom configuration. It plays well with ES modules, TypeScript, and JSX out of the box.
The
createDescribe
helper function was removed since there seems to be a weird edge case whereasync
beforeAll
functions are not run in the correct order.