Skip to content

Commit 02e40b8

Browse files
committed
chore: remove old flags
1 parent 88405e6 commit 02e40b8

File tree

3 files changed

+1
-25
lines changed

3 files changed

+1
-25
lines changed
File renamed without changes.

bin/command.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import { Command } from "commander";
44
import { readFile } from "node:fs/promises";
55
import { resolve } from "node:path";
6-
import { browsers } from "../flags/browsers.js";
6+
import { browsers } from "./browserList.js";
77
import { getPlan, listBrowsers, stopWorkers } from "../browserstack/api.js";
88
import { buildBrowserFromString } from "../browserstack/buildBrowserFromString.js";
99
import { run as runTests } from "../run.js";

flags/modules.js

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)