Skip to content

Commit

Permalink
Bump to ava 3 and upgrade its babel usage as needed
Browse files Browse the repository at this point in the history
  • Loading branch information
nervetattoo committed Feb 11, 2020
1 parent dd5b6c8 commit 394c85e
Show file tree
Hide file tree
Showing 2 changed files with 605 additions and 682 deletions.
21 changes: 9 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"lodash.isequal": "^4.5.0"
},
"devDependencies": {
"@ava/babel": "^1.0.1",
"@babel/core": "^7.5.5",
"@babel/register": "^7.5.5",
"@rollup/plugin-commonjs": "^11.0.1",
"ava": "^2.2.0",
"husky": "^3.0.2",
"ava": "^3.3.0",
"husky": "^4.2.1",
"postcss-preset-env": "^6.7.0",
"prettier": "^1.18.2",
"pretty-quick": "^1.11.1",
"pretty-quick": "^2.0.1",
"release-it": "^12.3.5",
"rollup": "^1.19.3",
"rollup-plugin-filesize": "^6.1.1",
Expand Down Expand Up @@ -67,14 +67,11 @@
"singleQuote": true,
"trailingComma": "es5"
},
"babel": {
"presets": [
"@ava/stage-4"
]
},
"ava": {
"require": [
"@babel/register"
]
"babel": {
"compileAsTests": [
"src/**/*"
]
}
}
}
Loading

0 comments on commit 394c85e

Please sign in to comment.