Skip to content

Commit

Permalink
simplify jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrohan committed Apr 11, 2024
1 parent bfa43d1 commit 07dc462
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,11 @@
},
"jest": {
"transform": {},
"testMatch": [
"**/__tests__/**/*.[jt]s?(x)",
"**/__tests__/**/*.cjs",
"**/?(*.)+(spec|test).[tj]s?(x)"
],
"preset": "jest-preset-stylelint",
"collectCoverage": true,
"collectCoverageFrom": [
"src/**/*.[c]js",
"plugins/**/*.[c]js"
"src/**/*.js",
"plugins/**/*.js"
],
"setupFilesAfterEnv": [
"<rootDir>/__tests__/utils/setup.js"
Expand Down

0 comments on commit 07dc462

Please sign in to comment.