Skip to content

Commit f1ef906

Browse files
committed
[react] Add coverage
1 parent c80174b commit f1ef906

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gulpfile.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -457,6 +457,7 @@ const test = async (
457457
coverageProvider: 'babel',
458458
collectCoverageFrom: [
459459
`${DIST_DIR}/index.js`,
460+
`${DIST_DIR}/ui-react/index.js`,
460461
// Other modules cannot be fully exercised in isolation.
461462
],
462463
coverageReporters: ['text-summary']

0 commit comments

Comments
 (0)