Skip to content

Commit

Permalink
fix(browser): provide aria role intellisense (#6629)
Browse files Browse the repository at this point in the history
  • Loading branch information
sheremet-va authored Oct 3, 2024
1 parent 7e9584a commit f36eac7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/browser/context.d.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import type { SerializedConfig } from 'vitest'
import { ARIARole } from './aria-role'
import { ARIARole } from './aria-role.js'

export type BufferEncoding =
| 'ascii'
Expand Down

0 comments on commit f36eac7

Please sign in to comment.