chore: add unit test to high frequency component (#17423)

This commit is contained in:
Joel
2025-04-03 18:19:11 +08:00
committed by GitHub
parent 2e9997110a
commit 31a6aabfe5
12 changed files with 924 additions and 41 deletions

View File

@@ -26,7 +26,7 @@ const config: Config = {
clearMocks: true,
// Indicates whether the coverage information should be collected while executing the test
collectCoverage: false,
collectCoverage: true,
// An array of glob patterns indicating a set of files for which coverage information should be collected
// collectCoverageFrom: undefined,