We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aaa474 commit 1426c56Copy full SHA for 1426c56
test/runner/command.js
@@ -1,5 +1,5 @@
1
import yargs from "yargs/yargs";
2
-import { browsers } from "./browsers.js";
+import { browsers } from "./flags/browsers.js";
3
import { getPlan, listBrowsers, stopWorkers } from "./browserstack/api.js";
4
import { buildBrowserFromString } from "./browserstack/buildBrowserFromString.js";
5
import { modules } from "./modules.js";
test/runner/browsers.js renamed to test/runner/flags/browsers.js
@@ -1,7 +1,7 @@
// This list is static, so no requests are required
// in the command help menu.
-import { getBrowsers } from "./browserstack/api.js";
+import { getBrowsers } from "../browserstack/api.js";
6
export const browsers = [
7
"chrome",
0 commit comments