Chore/add unit test for utils (#17858)

This commit is contained in:
Wu Tianwei
2025-04-11 17:53:18 +08:00
committed by GitHub
parent 4ef297bf38
commit 59b2e1ab82
7 changed files with 1022 additions and 4 deletions

View File

@@ -147,7 +147,7 @@ const config: Config = {
// setupFiles: [],
// A list of paths to modules that run some code to configure or set up the testing framework before each test
// setupFilesAfterEnv: [],
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
// The number of seconds after which a test is considered as slow and reported as such in the results.
// slowTestThreshold: 5,