Skip to content

Files

Latest commit

f6ece56 · Dec 22, 2016

History

History
This branch is 1 commit ahead of, 27454 commits behind vercel/next.js:canary.

with-jest

Example app with jest tests

How to use

Download the example (or clone the repo)[https://github.com/zeit/next.js.git]:

curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest
cd with-jest

Install it and test:

npm install
npm test

The idea behind the example

This example features:

  • An app with jest tests