We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03392f commit d4f2070Copy full SHA for d4f2070
test-dts/wrapper.d-test.ts
@@ -68,7 +68,7 @@ expectType<{ count: number }>(incrementEvent[0])
68
69
// without event name
70
let allEvents = wrapper.emitted()
71
-expectType<Record<string, unknown>>(allEvents)
+expectType<Record<string, unknown[]>>(allEvents)
72
73
// get
74
// HTML element selector
0 commit comments