rsnext/examples/with-jest
Delba de Oliveira 306c467c3b
Update Jest examples and docs (#31633)
Co-authored-by: Tim Neutkens <tim@timneutkens.nl>
Co-authored-by: Lee Robinson <me@leerob.io>
Co-authored-by: stefanprobst <stefan.probst@univie.ac.at>
Co-authored-by: Rich Haines <hello@richardhaines.dev>
2021-11-30 15:10:40 -06:00
..
__tests__ Update Jest examples and docs (#31633) 2021-11-30 15:10:40 -06:00
pages Update Jest examples and docs (#31633) 2021-11-30 15:10:40 -06:00
public Update Jest examples and docs (#31633) 2021-11-30 15:10:40 -06:00
styles New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
.eslintrc.json Use recommended pattern in testing example (#28404) 2021-08-25 12:33:57 -05:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
jest.config.js Update Jest examples and docs (#31633) 2021-11-30 15:10:40 -06:00
jest.setup.js Update with-jest example (#27894) 2021-08-09 19:04:27 +00:00
jsconfig.json Update with-jest example (#27894) 2021-08-09 19:04:27 +00:00
package.json Update Jest examples and docs (#31633) 2021-11-30 15:10:40 -06:00
README.md Unify installation scripts for example apps (#19808) 2021-01-24 17:05:49 +01:00

Next.js + Jest

This example shows how to configure Jest to work with Next.js.

This includes Next.js' built-in support for Global CSS, CSS Modules, and TypeScript!

How to Use

Quickly get started using Create Next App!

In your terminal, run the following command:

npx create-next-app --example with-jest with-jest-app
# or
yarn create next-app --example with-jest with-jest-app

Run Jest Tests

npm test