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 814d999 commit 257cef0Copy full SHA for 257cef0
docs/testing/cypress.md
@@ -40,6 +40,7 @@ Setup TypeScript `tsconfig.json` e.g.
40
"dom",
41
"es6"
42
],
43
+ "types": ["cypress"],
44
"jsx": "react",
45
"experimentalDecorators": true
46
},
@@ -105,8 +106,6 @@ Under the `e2e` folder you now have these files:
105
106
* create a file `/cypress/integration/first.spec.ts` with the following contents:
107
108
```ts
-/// <reference types="cypress"/>
109
-
110
describe('google search', () => {
111
it('should work', () => {
112
cy.visit('http://www.google.com');
0 commit comments