Skip to content

Commit c6443a4

Browse files
authored
test: package exclusion from code coverage (#2377)
1 parent 6e2c79b commit c6443a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = {
2222
'!packages/template-explorer/**',
2323
'!packages/size-check/**',
2424
'!packages/runtime-core/src/profiling.ts',
25-
'!packages/runtome-core/src/customFormatter.ts',
25+
'!packages/runtime-core/src/customFormatter.ts',
2626
// DOM transitions are tested via e2e so no coverage is collected
2727
'!packages/runtime-dom/src/components/Transition*',
2828
// only called in browsers

0 commit comments

Comments
 (0)