Skip to content

Commit 9865824

Browse files
committed
resolve comment issues and setup tests
1 parent 6e8d8d5 commit 9865824

File tree

10 files changed

+789
-5
lines changed

10 files changed

+789
-5
lines changed

backend/qn-history-service/jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ const config: Config = {
137137
// setupFiles: [],
138138

139139
// A list of paths to modules that run some code to configure or set up the testing framework before each test
140-
// setupFilesAfterEnv: [],
140+
setupFilesAfterEnv: ["./tests/setup.ts"],
141141

142142
// The number of seconds after which a test is considered as slow and reported as such in the results.
143143
// slowTestThreshold: 5,

0 commit comments

Comments
 (0)