Skip to content

Commit 909dd07

Browse files
committed
chore: remove mock comment
1 parent 6c6389c commit 909dd07

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/launcher/lib/windows/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ function getWindowsBrowser (browser: Browser): Promise<FoundBrowser> {
152152
return tryNextExePath()
153153
}
154154

155-
// Use module.exports.getVersionString here, rather than our local reference
156-
// to that variable so that the tests can easily mock it
157155
return getVersionString(path).then((version) => {
158156
debug('got version string for %s: %o', browser.name, { exePath, version })
159157

0 commit comments

Comments
 (0)