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

Remove outdated note from with-jest example (#5820)

This commit is contained in:
Hirofumi Wakasugi 2018-12-05 19:34:40 +09:00 committed by Tim Neutkens
parent 81cfea7d90
commit e463c2a1bb

View file

@ -46,5 +46,3 @@ yarn 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).