Skip to content

Commit

Permalink
fixes tsd test
Browse files Browse the repository at this point in the history
  • Loading branch information
kruschid committed Feb 12, 2023
1 parent b9857a2 commit 46f30c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-d/index.test-d.ts
Expand Up @@ -80,7 +80,7 @@ expectType<typeof accountRoute>(
expectType<string>(
settingsRoute({ settingsId: "abs" }).accountRoute({}).$
);
expectType<string>(
expectType<"settings/:settingsId">(
settingsRoute.template
);
expectError(settingsRoute({ settingsId: 123 }));
Expand Down

0 comments on commit 46f30c0

Please sign in to comment.