We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d50833c + 9312b2e commit 224e7e5Copy full SHA for 224e7e5
index.ts
@@ -9,6 +9,14 @@ import { Screen } from "./lib/screen.class";
9
import { LineHelper } from "./lib/util/linehelper.class";
10
import { createWindowApi } from "./lib/window.function";
11
12
+export const internal = {
13
+ Assert,
14
+ Clipboard,
15
+ Keyboard,
16
+ Mouse,
17
+ Screen,
18
+}
19
+
20
export { jestMatchers } from "./lib/expect/jest.matcher.function";
21
export { sleep } from "./lib/sleep.function";
22
export { Image } from "./lib/image.class";
0 commit comments