2017-04-22 12:51:51 +00:00
[![Deploy to now ](https://deploy.now.sh/static/button.svg )](https://deploy.now.sh/?repo=https://github.com/zeit/next.js/tree/master/examples/with-jest)
2016-12-22 21:04:32 +00:00
# Example app with jest tests
## How to use
2017-01-16 21:23:24 +00:00
Download the example [or clone the repo ](https://github.com/zeit/next.js ):
2016-12-22 21:04:32 +00:00
```bash
curl https://codeload.github.com/zeit/next.js/tar.gz/master | tar -xz --strip=2 next.js-master/examples/with-jest
cd with-jest
```
2016-12-22 23:05:49 +00:00
Install it and test:
2016-12-22 21:04:32 +00:00
```bash
npm install
npm test
```
## The idea behind the example
This example features:
* An app with jest tests