Skip to content

Commit

Permalink
feat(test/build): replace old test framework with jest
Browse files Browse the repository at this point in the history
  • Loading branch information
ajmacdonald committed Aug 22, 2019
1 parent a71e62f commit 04a2e09
Show file tree
Hide file tree
Showing 7 changed files with 2,347 additions and 2,105 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ before_script:
- npm prune
script:
- npm run test
- npm run check-coverage
after_success:
- npm run report-coverage
- npm run travis-deploy-once "npm run semantic-release"
Expand Down
9 changes: 9 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
module.exports = {
presets: [
"@babel/preset-env"
],
plugins: [
["@babel/plugin-transform-runtime", {
"absoluteRuntime": false,
"corejs": 2,
"helpers": false,
"regenerator": true,
"useESModules": false
}]
]
}
Loading

0 comments on commit 04a2e09

Please sign in to comment.