We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33a06c7 commit 3a1eb21Copy full SHA for 3a1eb21
README.md
@@ -107,15 +107,12 @@ const openSpotlight = async () => {
107
await keyboard.releaseKey(Key.LeftSuper);
108
};
109
110
-describe("Basic test", () => {
111
- it("Should run a simple test", async () => {
+(async () => {
112
await square();
113
await openSpotlight();
114
await keyboard.type("calculator");
115
await keyboard.type(Key.Return);
116
- });
117
-});
118
-
+})();
119
```
120
121
# Installation
0 commit comments