Skip to content

Commit

Permalink
Update packages and replace ava with jest
Browse files Browse the repository at this point in the history
  • Loading branch information
madyankin committed Sep 17, 2019
1 parent 60920a9 commit 0f89aa6
Show file tree
Hide file tree
Showing 23 changed files with 6,157 additions and 8,176 deletions.
3 changes: 3 additions & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ie 9
firefox 4
safari 8
4 changes: 3 additions & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
},
"env": {
"node": true,
"es6": true
"es6": true,
"jest/globals": true
},
"parser": "babel-eslint",
"plugins": ["jest"],
"rules": {
"import/no-extraneous-dependencies": 0
}
Expand Down
Loading

0 comments on commit 0f89aa6

Please sign in to comment.