rsnext/examples/with-jest
TodorTotev 7cf3c3d28d
Feat/remove redundant imports from examples (#13062)
The issue is related to [12964](https://github.com/zeit/next.js/issues/12964)

Let me know if there are any changes you want me to make.

Affected examples:

**with-glamor
with-graphql-hooks
with-graphql-react
with-grommet
with-http2
with-jest
with-cookie-auth-fauna
with-context-api
with-cerebral
with-aphrodite
with-apollo-and-redux
basic-css
with-carbon-components
amp-first**

I would love to help more, so let me know if there is anything specific I can contribute to.
2020-05-20 17:50:03 +00:00
..
__tests__ Update snapshot in with-jest example (#12157) 2020-04-24 11:21:48 +02:00
config/jest New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
pages Feat/remove redundant imports from examples (#13062) 2020-05-20 17:50:03 +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
.babelrc Update with-jest example .babelrc config (#5414) 2018-10-09 12:45:51 +02:00
jest.config.js New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
package.json New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
README.md New Jest Example (#10396) 2020-02-03 20:36:55 +01:00
setupTests.js New Jest Example (#10396) 2020-02-03 20:36:55 +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

Run Jest Tests

npm test