Skip to content

Commit

Permalink
Fix file extension
Browse files Browse the repository at this point in the history
  • Loading branch information
nvie committed Dec 28, 2023
1 parent 40fd87f commit 45464a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/inference-test.ts → test-d/inference.test-d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ test(
}),
);

expectType<Record<string, never>>(test(object({})));
expectType<Map<string, never>>(test(object({})));

// Style argument
string.verify('dummy', formatInline);
Expand Down

0 comments on commit 45464a1

Please sign in to comment.