Skip to content

Commit

Permalink
Use Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
lorensr committed Jan 22, 2020
1 parent d75ced7 commit 9218284
Show file tree
Hide file tree
Showing 5 changed files with 6,638 additions and 8 deletions.
6 changes: 5 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
module.exports = {
parserOptions: {
ecmaVersion: 8
},
env: {
es6: true,
node: true
node: true,
jest: true
},
extends: 'eslint:recommended',
rules: {
Expand Down
Loading

0 comments on commit 9218284

Please sign in to comment.