Skip to content

Commit 63c3fb5

Browse files
committed
lint:fix
1 parent 6d1b289 commit 63c3fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

type-tests/the-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dasherize();
1515
// @ts-expect-error
1616
dasherize('', '');
1717

18-
expectTypeOf(dasherize('blue man group')).toBeString()
18+
expectTypeOf(dasherize('blue man group')).toBeString();
1919

2020
// @ts-expect-error
2121
camelize();

0 commit comments

Comments
 (0)