Skip to content

Commit

Permalink
Move to a modern testing infrastructure
Browse files Browse the repository at this point in the history
Use Jest as test framework, and restructured ESLint config files so it applies to each directory separately.
  • Loading branch information
ishitatsuyuki committed Apr 4, 2018
1 parent fa8e55f commit 0136bf6
Show file tree
Hide file tree
Showing 13 changed files with 595 additions and 687 deletions.
2 changes: 2 additions & 0 deletions .eslintrc-node.js → .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ module.exports = {
"camelcase": "off",
"no-var": "error",
"prefer-const": "error",
"array-bracket-spacing": ["error", "always", {"objectsInArrays": false}],
"object-curly-spacing": ["error", "always"],

// Override some eslint base rules because we're using node.
"no-console": "off",
Expand Down
Loading

0 comments on commit 0136bf6

Please sign in to comment.