Skip to content

Commit

Permalink
fix: build and release v9.7.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 23, 2022
1 parent bddb4d5 commit b083f34
Show file tree
Hide file tree
Showing 2 changed files with 12,577 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports.xit = exports.test = exports.it = exports.afterEach = exports.after = ex
/**
* Object `cy` all Cypress API commands.
* @see https://on.cypress.io/api
* @type {Cypress.cy & EventEmitter}
* @type {Cypress.cy & CyEventEmitter}
* @example
* cy.get('button').click()
* cy.get('.result').contains('Expected text')
Expand All @@ -16,7 +16,7 @@ exports.cy = window.cy;
/**
* Holds bundled Cypress utilities and constants.
* @see https://on.cypress.io/api
* @type {Cypress.Cypress & EventEmitter}
* @type {Cypress.Cypress & CyEventEmitter}
* @example
* Cypress.config("pageLoadTimeout") // => 60000
* Cypress.version // => "6.3.0"
Expand Down
Loading

0 comments on commit b083f34

Please sign in to comment.