Skip to content

Commit

Permalink
Merge pull request #56 from dozoisch/update_dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
dozoisch committed Oct 19, 2020
2 parents 2f18546 + 4cb8ea6 commit e4a2b42
Show file tree
Hide file tree
Showing 6 changed files with 534 additions and 352 deletions.
10 changes: 5 additions & 5 deletions .eslintrc.js
Expand Up @@ -6,15 +6,15 @@ module.exports = {
sourceType: "module",
ecmaVersion: "2020",
ecmaFeatures: {
jsx: true
}
jsx: true,
},
},
env: {
es6: true,
browser: true
browser: true,
},
plugins: ["prettier"],
rules: {
"prettier/prettier": "error"
}
"prettier/prettier": "error",
},
};
2 changes: 1 addition & 1 deletion jest.config.js
Expand Up @@ -140,7 +140,7 @@ module.exports = {
// testLocationInResults: false,

// The glob patterns Jest uses to detect test files
testMatch: ["**/test/**/*-spec.js?(x)"]
testMatch: ["**/test/**/*-spec.js?(x)"],

// An array of regexp pattern strings that are matched against all test paths, matched tests are skipped
// testPathIgnorePatterns: [
Expand Down

0 comments on commit e4a2b42

Please sign in to comment.