rsnext/examples/with-jest
Oscar Busk 077097b7f8
Remove licence from all example/package.json that has them (#28007)
* Add licences to all example/package.json that lack them

* Revert "Add licences to all example/package.json that lack them"

This reverts commit 5d4e25012f7334772b8ef5924bc355277e827cba.

* Update check-examples to remove `license` field from examples

* Remove `license` from all examples.

This was mentioned in vercel/next.js#27121 but it looks like it didn't end up being in the merge?

Co-authored-by: JJ Kasper <jj@jjsweb.site>
2021-08-14 10:48:39 -05:00
..
__mocks__ Update with-jest example (#27894) 2021-08-09 19:04:27 +00:00
__tests__ Update with-jest example (#27894) 2021-08-09 19:04:27 +00:00
pages Fix deploy buttons URLs (#20834) 2021-01-07 01:40:29 +00:00
public New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
styles New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
.gitignore Added .gitignore to examples that are deployed to vercel (#15127) 2020-07-16 10:52:23 -04:00
jest.config.js Update with-jest example (#27894) 2021-08-09 19:04:27 +00: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 Remove licence from all example/package.json that has them (#28007) 2021-08-14 10:48:39 -05: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