Skip to content

Commit

Permalink
fix: update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
keplersj committed Jul 22, 2019
1 parent a458dee commit 46d6c01
Show file tree
Hide file tree
Showing 6 changed files with 7,651 additions and 6,045 deletions.
31 changes: 0 additions & 31 deletions jest-prettier.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions jest-test.config.js

This file was deleted.

46 changes: 46 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
module.exports = {
collectCoverage: true,
coverageReporters: ["json", "text"],
projects: [
{
collectCoverage: true,
coverageReporters: ["json", "text"],
displayName: "test:jest"
},
{
runner: "./src/index.js",
displayName: "lint:prettier",
moduleFileExtensions: [
"js",
"jsx",
"json",
"ts",
"tsx",
"css",
"less",
"scss",
"graphql",
"md",
"markdown"
],
testMatch: [
"**/*.js",
"**/*.jsx",
"**/*.json",
"**/*.ts",
"**/*.tsx",
"**/*.css",
"**/*.less",
"**/*.scss",
"**/*.graphql",
"**/*.md",
"**/*.markdown"
],
testPathIgnorePatterns: [
"/node_modules/",
"/src/__fixtures__/",
"/coverage/"
]
}
]
};

0 comments on commit 46d6c01

Please sign in to comment.