Skip to content

Commit

Permalink
Add type references
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Jul 1, 2024
1 parent fa691c0 commit 7be4ba6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cypress/e2e/augury.cy.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/// <reference types="cypress" />
/// <reference types="@types/jquery" />

describe("Augury", () => {
beforeEach(() => {
cy.login(Cypress.env("TEST_PRX_USER"), Cypress.env("TEST_PRX_PASS"));

Check failure on line 6 in cypress/e2e/augury.cy.ts

View workflow job for this annotation

GitHub Actions / check-javascript / check-javascript

'Cypress' was used before it was defined

Check failure on line 6 in cypress/e2e/augury.cy.ts

View workflow job for this annotation

GitHub Actions / check-javascript / check-javascript

'Cypress' was used before it was defined
Expand Down

0 comments on commit 7be4ba6

Please sign in to comment.