Skip to content

Commit

Permalink
chore: Move to jest from ava
Browse files Browse the repository at this point in the history
  • Loading branch information
znck committed Jan 18, 2019
1 parent 21eeaa6 commit cc55902
Show file tree
Hide file tree
Showing 20 changed files with 474 additions and 8,624 deletions.
12 changes: 1 addition & 11 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
{
"presets": [
["env", {
"targets": {
"node": 8
}
}]
],
"plugins": [
"transform-object-rest-spread",
"transform-es2015-parameters"
]
"presets": ["@babel/preset-env"]
}
12 changes: 0 additions & 12 deletions .flowconfig

This file was deleted.

2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*.spec.ts
*.spec.js
Loading

0 comments on commit cc55902

Please sign in to comment.