Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
#! update jest configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
mjancarik committed Feb 9, 2017
1 parent 2f34e54 commit 3543a8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
{
"plugins": [
"transform-es2015-modules-commonjs",
[ "module-resolver", {
"root": [ "./" ]
} ]
"transform-es2015-modules-commonjs"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
},
"license": "MIT",
"devDependencies": {
"babel-plugin-module-resolver": "^2.5.0",
"babel-plugin-transform-es2015-modules-commonjs": "6.22.0",
"del": "2.2.2",
"eslint": "^3.15.0",
Expand Down Expand Up @@ -71,6 +70,7 @@
"setupFiles": [
"./test.js"
],
"modulePaths": [ "<rootDir>/" ],
"testRegex": "(/__tests__/.*|(\\.|/)(Spec))\\.jsx?$"
}
}

0 comments on commit 3543a8a

Please sign in to comment.