Skip to content

Commit

Permalink
refactor: revert unnecessary config changes
Browse files Browse the repository at this point in the history
Signed-off-by: Ertugrul Karademir <ekarademir@gmail.com>
  • Loading branch information
ekarademir committed Jun 14, 2024
1 parent 5138e9b commit 74d4fa6
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions packages/markdown-cicero/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,14 +181,12 @@ module.exports = {
// timers: "real",

// A map from regular expressions to paths to transformers
transform: {
'node_modules/@accordproject/concerto-util/node_modules/axios/index.js': 'babel-jest'
},
// transform: {},

// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
transformIgnorePatterns: [
'node_modules/@accordproject/concerto-util/node_modules/axios/(?!index.js)'
],
// transformIgnorePatterns: [
// 'node_modules'
// ],

// An array of regexp pattern strings that are matched against all modules before the module loader will automatically return a mock for them
// unmockedModulePathPatterns: undefined,
Expand Down

0 comments on commit 74d4fa6

Please sign in to comment.