rsnext/examples/with-jest
Manny Becerra 36eba95227
Fixes #33153: Updating cross-references from master to main + canary (#33198)
* copy cleanup in env. variables docs

* copy cleanup in fast refresh docs

* Supplements #33153 - updating existing cross-references to `master` branch to renamed default branch of `main`

* Supplements #33153 - updating existing cross-references to `master` branch to renamed default branch of `main`

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2022-01-12 02:55:35 +01:00
..
__tests__ Fixes #33153: Updating cross-references from master to main + canary (#33198) 2022-01-12 02:55:35 +01:00
pages Fixes #33153: Updating cross-references from master to main + canary (#33198) 2022-01-12 02:55:35 +01: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 chore: convert Jest examples to TypeScript (#32705) 2021-12-22 01:12:07 +01:00
jest.setup.js Update with-jest example (#27894) 2021-08-09 19:04:27 +00:00
next-env.d.ts chore: convert Jest examples to TypeScript (#32705) 2021-12-22 01:12:07 +01:00
package.json fix(examples): add missing dependencies wo (#32977) 2022-01-04 13:49:16 +00:00
README.md chore: convert Jest examples to TypeScript (#32705) 2021-12-22 01:12:07 +01:00
tsconfig.json fix: run prettier on with-jest and with-jest-babel examples 2021-12-22 02:35:21 +01:00
types.d.ts chore: convert Jest examples to TypeScript (#32705) 2021-12-22 01:12:07 +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