Skip to content

Commit

Permalink
chore(tests): Migrated to babel-plugin-tester
Browse files Browse the repository at this point in the history
  • Loading branch information
kwelch committed Jun 13, 2017
1 parent 6a5d113 commit 34aaea0
Show file tree
Hide file tree
Showing 15 changed files with 757 additions and 734 deletions.
343 changes: 343 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"scripts": {
"test": "jest",
"prebuild": "rimraf dist",
"build": "babel --copy-files --out-dir dist --ignore __test__ src",
"build": "babel --copy-files --out-dir dist --ignore *.spec.js,__snapshots__,__test__ src",
"report-coverage": "codecov",
"contribute": "all-contributors",
"release": "semantic-release pre && npm publish && semantic-release post",
Expand Down Expand Up @@ -36,6 +36,7 @@
"babel-cli": "^6.24.1",
"babel-eslint": "^7.2.3",
"babel-jest": "^19.0.0",
"babel-plugin-tester": "^3.1.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.3.3",
"babel-preset-stage-2": "^6.24.1",
Expand All @@ -51,7 +52,8 @@
"jest": {
"coveragePathIgnorePatterns": [
"/node_modules",
"__test__"
"__fixtures__",
"__snapshots__"
]
}
}
File renamed without changes.
Loading

0 comments on commit 34aaea0

Please sign in to comment.