Skip to content

Commit 339c152

Browse files
authored
Discard changes to index.test-d.ts
1 parent 6732bbb commit 339c152

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

index.test-d.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
import {expectType} from 'tsd';
22
import {applyToLink} from './index.js';
33

4-
expectType<void>(applyToLink(document.createElement('a'), 'https://bettersite.com'));
4+
expectType<void>(
5+
applyToLink(document.createElement('a'), 'https://bettersite.com'),
6+
);

0 commit comments

Comments
 (0)