1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00

Update readme.md (#128)

This commit is contained in:
Tryggvi Gylfason 2016-10-28 00:58:41 -07:00 committed by Naoyuki Kanezawa
parent 27fa4e958e
commit 9ad0e57e6e

View file

@ -2,7 +2,7 @@
[`jest`](https://facebook.github.io/jest/) is a testing framework for `react`. In this example we show how to use `jest` to do DOM-testing for react applications in `next`
npm install --save-dev jest babel-jest enzyme
`npm install --save-dev jest babel-jest enzyme`
* `jest` - The testing framework
* `babel-jest` - Babel preprocessor for test files