Skip to content

Commit

Permalink
test: move mock to avoid name collision warning from jest-haste-map
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Aug 12, 2023
1 parent d895aa8 commit 217c404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion test/unit/loadConfig.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ describe('loadConfig', () => {
expect.assertions(1)

const { config } = await loadConfig(
{ configPath: path.join('test', 'unit', '__mocks__', 'my-config.cjs') },
{ configPath: path.join('test', 'unit', '__mocks__', 'cjs', 'my-config.cjs') },
logger
)

Expand Down

0 comments on commit 217c404

Please sign in to comment.