Skip to content

Commit 0818d28

Browse files
committed
docs: removed mount command instructions
1 parent 875038b commit 0818d28

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

README.md

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -44,24 +44,10 @@ npm install -D cypress-ct-qwik
4444
## Configuring Cypress
4545

4646
1. Run cypress (in watch mode) after installation
47-
2. Follow the configuration wizard
48-
3. Add the `mount` command to `support/commands.ts` -
49-
50-
```ts
51-
// commands.ts
5247

53-
import { mount } from 'cypress-ct-qwik';
54-
55-
declare namespace Cypress {
56-
// eslint-disable-next-line @typescript-eslint/no-unused-vars
57-
interface Chainable<Subject> {
58-
mount: typeof mount;
59-
}
60-
}
61-
//
48+
2. Follow the configuration wizard
6249

63-
Cypress.Commands.add('mount', mount);
64-
```
50+
Pretty easy... 😊
6551

6652
## Usage
6753

0 commit comments

Comments
 (0)