You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/custom-commands.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ To ensure TypeScript recognizes your custom commands, you need to augment the We
75
75
3. Write your type definitions as follows. Note that there are two file contexts in TypeScript: module and ambient. If you have at least one import/export in your file, the file is in "module" mode, otherwise it's in ambient. Choose declaration style accordingly.
76
76
77
77
<Tabs>
78
-
<TabItemvalue="module"label="Module mode"default>
78
+
<TabItemvalue="module"label="Module mode"default>
79
79
80
80
```typescript
81
81
import'webdriverio'; // Can be any import, not necessarily webdriverio
0 commit comments