Skip to content

Commit

Permalink
Only running .test.ts files as tests
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Jun 6, 2024
1 parent 5cfb4d8 commit 0fd6bee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@
"coverageDirectory": "coverage",
"resetMocks": true,
"extensionsToTreatAsEsm": [".ts"],
"preset": "ts-jest/presets/default-esm"
"preset": "ts-jest/presets/default-esm",
"testMatch": ["**/__tests__/**/*.test.ts"]
}

0 comments on commit 0fd6bee

Please sign in to comment.