Skip to content

Commit

Permalink
fix patch directory of jest-config package
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 17, 2024
1 parent 040ddb0 commit d82cc67
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 0 additions & 12 deletions patches/@jest+core++jest-config+29.7.0.patch

This file was deleted.

12 changes: 12 additions & 0 deletions patches/jest-config+29.7.0.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
diff --git a/node_modules/jest-config/build/ValidConfig.js b/node_modules/jest-config/build/ValidConfig.js
index 0c1250c..67e586e 100644
--- a/node_modules/jest-config/build/ValidConfig.js
+++ b/node_modules/jest-config/build/ValidConfig.js
@@ -331,6 +331,7 @@ const initialProjectOptions = {
['/__tests__/\\.test\\.[jt]sx?$', '/__tests__/\\.spec\\.[jt]sx?$']
),
testRunner: 'circus',
+ testTimeout: 5000,
transform: {
'\\.js$': '<rootDir>/preprocessor.js'
},

0 comments on commit d82cc67

Please sign in to comment.