Skip to content
This repository has been archived by the owner on May 24, 2021. It is now read-only.

Commit

Permalink
add "declare" to .d.ts file
Browse files Browse the repository at this point in the history
06-00002741
  • Loading branch information
kuceb committed May 22, 2019
1 parent c79dfe4 commit 00dae09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ cypress/videos
cypress/screenshots
*.xml
*.iml
yarn.lock
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/// <reference types="cypress" />

namespace Cypress {
declare namespace Cypress {
interface Cypress {
/**
* Gets the current test. Added by cypress-plugin-retries
Expand Down

0 comments on commit 00dae09

Please sign in to comment.