Skip to content
This repository was archived by the owner on Dec 16, 2020. It is now read-only.

Commit

Permalink
add test command (with jest framework)
Browse files Browse the repository at this point in the history
  • Loading branch information
josmardias committed Jan 2, 2018
1 parent c1ff603 commit 3043b7f
Show file tree
Hide file tree
Showing 4 changed files with 3,493 additions and 191 deletions.
3 changes: 3 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"presets": ["env"]
}
1 change: 1 addition & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
env: {
es6: true,
jest: true,
},
extends: [
'eslint:recommended',
Expand Down
Loading

0 comments on commit 3043b7f

Please sign in to comment.