Skip to content

Commit 9312b2e

Browse files
committed
(#269) Export some internal objects
1 parent d50833c commit 9312b2e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: index.ts

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ import { Screen } from "./lib/screen.class";
99
import { LineHelper } from "./lib/util/linehelper.class";
1010
import { createWindowApi } from "./lib/window.function";
1111

12+
export const internal = {
13+
Assert,
14+
Clipboard,
15+
Keyboard,
16+
Mouse,
17+
Screen,
18+
}
19+
1220
export { jestMatchers } from "./lib/expect/jest.matcher.function";
1321
export { sleep } from "./lib/sleep.function";
1422
export { Image } from "./lib/image.class";

0 commit comments

Comments
 (0)