Skip to content

Commit 0443bfd

Browse files
committed
fix linting
1 parent 766ab78 commit 0443bfd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/get-module-path-for.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ function getModulePathFor(filePath, addonPaths = ADDON_PATHS, appPaths = APP_PAT
9696
} else if (relativePath.startsWith('addon')) {
9797
result = `${moduleNameRoot}${relativePath.slice(5)}`;
9898
} else if (relativePath.startsWith('tests/dummy/app')) {
99-
result = `dummy${relativePath.slice(15)}`
99+
result = `dummy${relativePath.slice(15)}`;
100100
}
101101
}
102102

0 commit comments

Comments
 (0)