Skip to content

Commit

Permalink
Added Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
sonufrienko committed Aug 25, 2018
1 parent ecc1a8a commit 922fb3c
Show file tree
Hide file tree
Showing 4 changed files with 5,878 additions and 2,256 deletions.
3 changes: 2 additions & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
"env": {
"browser": true,
"es6": true,
"node": true
"node": true,
"jest": true
},
"rules": {
"prettier/prettier": ["error", { "singleQuote": true }],
Expand Down
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
src
__tests__
.git
.gitignore
.npmignore
Expand Down

0 comments on commit 922fb3c

Please sign in to comment.