Skip to content

Commit 3a1eb21

Browse files
committed
Updated sample in README.md
1 parent 33a06c7 commit 3a1eb21

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,12 @@ const openSpotlight = async () => {
107107
await keyboard.releaseKey(Key.LeftSuper);
108108
};
109109

110-
describe("Basic test", () => {
111-
it("Should run a simple test", async () => {
110+
(async () => {
112111
await square();
113112
await openSpotlight();
114113
await keyboard.type("calculator");
115114
await keyboard.type(Key.Return);
116-
});
117-
});
118-
115+
})();
119116
```
120117

121118
# Installation

0 commit comments

Comments
 (0)