Skip to content

Commit

Permalink
Test if we need one generic per re-assignment
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jan 15, 2022
1 parent a9e1986 commit 9d8843f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/__tests__/type-tests.ts
Expand Up @@ -258,6 +258,8 @@ export async function testWithin() {
let withinQueries = within(document.body)
withinQueries = within(document.body)
withinQueries.getByRole<HTMLButtonElement>('button', {name: /click me/i})
withinQueries = within(document.body)
withinQueries.getByRole<HTMLButtonElement>('button', {name: /click me/i})
}

/*
Expand Down

0 comments on commit 9d8843f

Please sign in to comment.