From 32c3dd047612cd9eda044e100e36ca85117ca517 Mon Sep 17 00:00:00 2001 From: "Kent C. Dodds" Date: Tue, 5 Sep 2017 10:27:17 -0600 Subject: [PATCH] docs(jest): add note about .babelrc (#2911) Closes #2895 --- examples/with-jest/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/with-jest/README.md b/examples/with-jest/README.md index 6e96426bd6..9e458162b7 100644 --- a/examples/with-jest/README.md +++ b/examples/with-jest/README.md @@ -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). -- GitLab