diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 01:16:46 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-05-01 01:16:46 +0200 |
| commit | d0ef4b5a008b614a171f7000ae937f9f608727f4 (patch) | |
| tree | 210cd6d53239a45bb302c0c7ce24568226fda5c7 /jest.config.js | |
| parent | cac85db02ff00732cf75d473dc3411332f33d845 (diff) | |
Collect coverage in tests
Diffstat (limited to 'jest.config.js')
| -rw-r--r-- | jest.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/jest.config.js b/jest.config.js index 0e21d6b..ee9267a 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,6 +1,7 @@ /** @type {import('ts-jest/dist/types').InitialOptionsTsJest} */ export default { preset: 'ts-jest', + collectCoverage: true, transform: { '^.+\\.svelte$': [ 'svelte-jester', |