Skip to content

Commit

Permalink
Update packages/rspack/jest.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
h-a-n-a committed Sep 6, 2023
1 parent 3414453 commit b070828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/rspack/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config = {
],
testTimeout: process.env.CI ? 120000 : 30000,
testResultsProcessor: "./testProcessor.js",
verbose: true,
verbose: false,
cache: false,
transform: {
"^.+\\.tsx?$": [
Expand Down

0 comments on commit b070828

Please sign in to comment.