Skip to content

Commit

Permalink
fix(test): coverage all files in src
Browse files Browse the repository at this point in the history
  • Loading branch information
Ni55aN committed Apr 20, 2024
1 parent 67b765b commit 86b87e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/test/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export default async function (watch?: boolean) {
'--preset', 'ts-jest',
'--coverage',
'--testEnvironment', 'node',
'--collectCoverageFrom', 'src/**/*',
'--testMatch', '**/*.test.ts',
...(watch ? ['--watch'] : [])
], { stdio: 'inherit' })
Expand Down

0 comments on commit 86b87e2

Please sign in to comment.