Skip to content

Commit

Permalink
fix: jest confog change for test
Browse files Browse the repository at this point in the history
Signed-off-by: Sujith <[email protected]>
  • Loading branch information
sujithvn committed Jan 20, 2023
1 parent 8ae4b1d commit e81f557
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/api-utils/lib/configs/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ module.exports = {
// The test environment that will be used for testing
testEnvironment: "node",

// Additional settings for the test environment
logHeapUsage: true,
workerIdleMemoryLimit: '1GB',

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
transformIgnorePatterns: [
// Any packages that are published only as ESM need to be listed here
Expand Down

0 comments on commit e81f557

Please sign in to comment.