Skip to content

Commit e876877

Browse files
authored
build: Upload coverage for @sentry/browser (#4648)
1 parent 7525490 commit e876877

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/browser/test/unit/jest.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ module.exports = {
22
transform: {
33
'^.+\\.ts$': 'ts-jest',
44
},
5+
collectCoverage: true,
6+
coverageDirectory: '../../coverage',
57
moduleFileExtensions: ['js', 'ts'],
68
testEnvironment: 'jsdom',
79
testMatch: ['**/*.test.ts'],

0 commit comments

Comments
 (0)