Skip to content

Commit a0c4b96

Browse files
authored
chore: typo (#21)
1 parent 55d4943 commit a0c4b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pure.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export { config } from '@vue/test-utils'
77

88
const { debug, getElementLocatorSelectors } = utils
99

10-
type ComponentProps<T> = T extends new (...angs: any) => {
10+
type ComponentProps<T> = T extends new (...args: any) => {
1111
$props: infer P
1212
// eslint-disable-next-line ts/no-empty-object-type
1313
} ? NonNullable<P> : T extends (props: infer P, ...args: any) => any ? P : {}

0 commit comments

Comments
 (0)