Skip to content

Commit

Permalink
Expect type
Browse files Browse the repository at this point in the history
  • Loading branch information
sainthkh committed Jun 25, 2020
1 parent bf0e676 commit ed80066
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/types/tests/kitchen-sink.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ namespace BlobTests {
}

cy.window().then(window => {
const windowTest: Window & typeof globalThis = window
window // $ExpectType Window & typeof globalThis

window.eval('1')'
window.eval('1')
})

0 comments on commit ed80066

Please sign in to comment.