Yuki Takei 4 лет назад
Родитель
Сommit
ef2052fc57

+ 0 - 2
packages/app/cypress/integration/1-getting-started/todo.spec.ts

@@ -1,5 +1,3 @@
-/// <reference types="cypress" />
-
 // Welcome to Cypress!
 //
 // This spec file contains a variety of sample tests

+ 0 - 2
packages/app/cypress/integration/2-advanced-examples/misc.spec.ts

@@ -1,5 +1,3 @@
-/// <reference types="cypress" />
-
 context('Misc', () => {
   beforeEach(() => {
     cy.visit('https://example.cypress.io/commands/misc')

+ 0 - 2
packages/app/cypress/integration/2-advanced-examples/viewport.spec.ts

@@ -1,5 +1,3 @@
-/// <reference types="cypress" />
-
 context('Viewport', () => {
   beforeEach(() => {
     cy.visit('https://example.cypress.io/commands/viewport')