Skip to content

Commit 772fd7f

Browse files
committed
Fix type error
1 parent ca5d5e6 commit 772fd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/converter2.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe("Converter2", () => {
7979
} else {
8080
runTest(
8181
name,
82-
issueTests[`pre${entry.slice(2)}`],
82+
issueTests[`pre${entry.slice(2)}` as `pre${bigint}${string}`],
8383
join("issues", entry),
8484
check as (
8585
project: ProjectReflection,

0 commit comments

Comments
 (0)