This commit is contained in:
afc163 2016-05-20 11:20:34 +08:00
parent 115e064a5b
commit 01705e264e
2 changed files with 4 additions and 2 deletions

3
.babelrc Normal file
View File

@ -0,0 +1,3 @@
{
"presets": ["es2015", "react", "stage-0"]
}

View File

@ -147,8 +147,7 @@
"/_site/"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/dist/"
"/node_modules/"
],
"scriptPreprocessor": "<rootDir>/node_modules/webpack-babel-jest",
"testDirectoryName": "tests"