Make Jest work with Relay!

This commit is contained in:
Chi Vinh Le
2018-07-05 19:11:32 -03:00
parent 0fc57ab6a7
commit 2c3e53e573
7 changed files with 227 additions and 371 deletions
+3
View File
@@ -8,5 +8,8 @@ module.exports = {
production: {
plugins: [],
},
test: {
plugins: ["transform-es2015-modules-commonjs"],
},
},
};
-1
View File
@@ -1,5 +1,4 @@
const path = require("path");
module.exports = {
extends: "../.babelrc.js",
plugins: [