Switch branches/tags
Find file History
#2110 Compare This branch is 16 commits ahead, 120 commits behind v3-beta.
Latest commit 9f19467 May 10, 2017 @brikou brikou committed with arunoda Upgrade jest and simplify .babelrc (#1913)
* Upgrade jest and simplify .babelrc

* Fix linter

README.md

Deploy to now

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-jest

Install it and test:

npm install
npm test

The idea behind the example

This example features:

  • An app with jest tests