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

docs(jest): add note about .babelrc (#2911)

Closes #2895
This commit is contained in:
Kent C. Dodds 2017-09-05 10:27:17 -06:00 committed by Tim Neutkens
parent 5c67fd6811
commit 32c3dd0476

View file

@ -22,3 +22,5 @@ npm test
This example features:
* An app with jest tests
> A very important part of this example is the `.babelrc` file which configures the `test` environment to use `babel-preset-env` and configures it to transpile modules to `commonjs`). [Learn more](https://github.com/zeit/next.js/issues/2895).