npm-library-deploy-test-for-butter
v0.0.0
Published
This example shows how to use [Vitest](https://github.com/vitest-dev/vitest) with Next.js.
Readme
Vitest
This example shows how to use Vitest with Next.js.
This includes Next.js' built-in support for Global CSS, CSS Modules and TypeScript. This example also shows how to use Vitest with the App Router and React Server Components.
Note: Since tests can be co-located alongside other files inside the App Router, we have placed those tests in
app/to demonstrate this behavior (which is different thanpages/). You can still place all tests in__tests__if you prefer.
Deploy your own
How to use
Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-vitest with-vitest-appyarn create next-app --example with-vitest with-vitest-apppnpm create next-app --example with-vitest with-vitest-appDeploy it to the cloud with Vercel (Documentation).
Running Tests
npm test