Example app with jest tests
How to use
Download the example or clone the repo:
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest
cd with-jestInstall it and test:
npm install
npm testThe idea behind the example
This example features:
- An app with jest tests