Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 447 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 447 Bytes

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