Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ exports[`FileMap file system changes processing recovery from duplicate module I
"
`;

exports[`FileMap throws on duplicate module ids if "throwOnModuleCollision" is set to true 1`] = `
exports[`FileMap throws on duplicate module ids if "failValidationOnConflicts" is set to true 1`] = `
"Advice: Resolve conflicts of type \\"duplicate\\" by renaming one or both of the conflicting modules, or by excluding conflicting paths from Haste.

1. Strawberry (duplicate)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ const rootDir = path.join(__dirname, './test_dotfiles_root');
const commonOptions = {
extensions: ['js'],
maxWorkers: 1,
platforms: [],
resetCache: true,
retainAllFiles: true,
rootDir,
Expand Down
Loading
Loading