Skip to content

Commit abd96da

Browse files
authored
feat: add export runCli from testplane (#1089)
1 parent 90349eb commit abd96da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ import "./browser/types";
77
import "expect-webdriverio";
88

99
import { GlobalHelper } from "./types";
10+
export { run as runCli } from "./cli";
1011
export { Testplane as default } from "./testplane";
1112
export { Key } from "@testplane/webdriverio";
1213
export * from "./mock";

0 commit comments

Comments
 (0)