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 b9076f2 commit e2edfbcCopy full SHA for e2edfbc
README.md
@@ -47,7 +47,14 @@ npm install -D cypress-ct-qwik
47
48
2. Follow the configuration wizard
49
50
-3. Add the `addQwikLoader()` function to the `cypress/support/components.ts` file.
+3. Add `addQwikLoader` to the `cypress/support/component.ts` file -
51
+
52
+```ts
53
+// component.ts
54
+import { addQwikLoader } from 'cypress-ct-qwik';
55
+addQwikLoader();
56
57
+```
58
59
Pretty easy... 😊
60
0 commit comments