hashicorp / next-mdx-remote

Load MDX content from anywhere
Mozilla Public License 2.0
2.73k stars 141 forks source link

feat: replace jest with vitest #449

Closed dstaley closed 8 months ago

dstaley commented 8 months ago

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 async beforeAll functions are not run in the correct order.