/** * Regression tests for bug-005: launchChrome silently discarded an explicit * `port` when `forceNewInstance` was set, and skipped the reference-reuse * check so two Chrome instances could share one reference. * * The handler lives in src/index.ts, which calls main() on import and so can * never be imported by a unit test. These tests used to work around that by * grepping the handler SOURCE for fragments like `'if (explicitPort !== undefined)'` * - which asserted nothing about behaviour and would have passed under any * logic bug that kept the tokens. The decision is now a pure exported function * (resolveLaunchPort) that the handler delegates to, and these tests execute it. */ export {}; //# sourceMappingURL=launch-chrome-port.test.d.ts.map