Skip to content

Commit f0ac52c

Browse files
committed
Exported sleep utility function
1 parent 7397a66 commit f0ac52c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { Screen } from "./lib/screen.class";
99
import { LineHelper } from "./lib/util/linehelper.class";
1010

1111
export { jestMatchers } from "./lib/expect/jest.matcher.function";
12+
export { sleep } from "./lib/sleep.function";
1213
export { Image } from "./lib/image.class";
1314
export { Key } from "./lib/key.enum";
1415
export { centerOf, randomPointIn } from "./lib/location.function";

0 commit comments

Comments
 (0)