aboutsummaryrefslogtreecommitdiffstats
path: root/jest.config.js
diff options
context:
space:
mode:
Diffstat (limited to 'jest.config.js')
-rw-r--r--jest.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jest.config.js b/jest.config.js
index 3e1f9ce..be24800 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -1,7 +1,7 @@
1/** @type {import('@jest/types').Config.InitialOptions} */ 1/** @type {import('@jest/types').Config.InitialOptions} */
2export default { 2export default {
3 projects: ['<rootDir>/packages/*/jest.config.js'], 3 projects: ['<rootDir>/packages/*/jest.config.js'],
4 collectCoverageFrom: ['**/*.{ts,tsx}'], 4 collectCoverageFrom: ['**/*.{ts,tsx}', '!**/__fixtures__/**/*'],
5 /** @type {'v8'} */ 5 /** @type {'v8'} */
6 coverageProvider: 'v8', 6 coverageProvider: 'v8',
7 /** @type {['cobertura', 'text']} */ 7 /** @type {['cobertura', 'text']} */