We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b765b commit 86b87e2Copy full SHA for 86b87e2
src/test/index.ts
@@ -6,6 +6,7 @@ export default async function (watch?: boolean) {
6
'--preset', 'ts-jest',
7
'--coverage',
8
'--testEnvironment', 'node',
9
+ '--collectCoverageFrom', 'src/**/*',
10
'--testMatch', '**/*.test.ts',
11
...(watch ? ['--watch'] : [])
12
], { stdio: 'inherit' })
0 commit comments