Skip to content

Commit

Permalink
Update test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jxnblk committed May 8, 2019
1 parent 0900673 commit c2dac9d
Show file tree
Hide file tree
Showing 7 changed files with 5,425 additions and 4,668 deletions.
6 changes: 0 additions & 6 deletions .babelrc

This file was deleted.

3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,6 +1,7 @@
language: node_js
node_js:
- "5.5.0"
- 8
- 10
addons:
firefox: '42.0'
before_script:
Expand Down
5 changes: 5 additions & 0 deletions babel.config.js
@@ -0,0 +1,5 @@
module.exports = {
presets: [
'@babel/env',
],
}
1 change: 1 addition & 0 deletions karma.conf.js
Expand Up @@ -32,6 +32,7 @@ module.exports = function (config) {
singleRun: true,

webpack: {
mode: 'development',
module: {
rules: [
{
Expand Down

0 comments on commit c2dac9d

Please sign in to comment.