We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 766ab78 commit 0443bfdCopy full SHA for 0443bfd
1 file changed
lib/utils/get-module-path-for.js
@@ -96,7 +96,7 @@ function getModulePathFor(filePath, addonPaths = ADDON_PATHS, appPaths = APP_PAT
96
} else if (relativePath.startsWith('addon')) {
97
result = `${moduleNameRoot}${relativePath.slice(5)}`;
98
} else if (relativePath.startsWith('tests/dummy/app')) {
99
- result = `dummy${relativePath.slice(15)}`
+ result = `dummy${relativePath.slice(15)}`;
100
}
101
102
0 commit comments