Skip to content

Commit e38571b

Browse files
committed
Use hack for typescript compilation
1 parent 9745097 commit e38571b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/test-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ import { config } from '@vue/test-utils'
44
// see https://github.com/jsdom/jsdom/issues/1862
55
window.Notification = {
66
permission: 'denied'
7-
}
7+
} as never
88

99
config.global.renderStubDefaultSlot = true

0 commit comments

Comments
 (0)