Skip to content

Commit

Permalink
fix: align all overwrites
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 04a3757 commit 5fda9e8
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/markdown-cicero/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {

// A map from regular expressions to module names that allow to stub out resources with a single module
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-common/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {

// A map from regular expressions to module names that allow to stub out resources with a single module
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-docx/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {

// A map from regular expressions to module names that allow to stub out resources with a single module
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-html/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ module.exports = {

// A map from regular expressions to module names that allow to stub out resources with a single module
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-slate/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ module.exports = {

// A map from regular expressions to module names that allow to stub out resources with a single module
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of regexp pattern strings, matched against all module paths before considered 'visible' to the module loader
Expand Down
2 changes: 1 addition & 1 deletion packages/markdown-transform/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ module.exports = {

// An array of directory names to be searched recursively up from the requiring module's location
moduleNameMapper: {
'^axios$': 'axios/dist/node/axios.cjs'
'^axios$': 'axios/dist/axios.js'
},

// An array of file extensions your modules use
Expand Down

0 comments on commit 5fda9e8

Please sign in to comment.