Skip to content

Commit 52924a9

Browse files
committed
adding doc for expect error.
1 parent 0de170f commit 52924a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/typescript/test/externals.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ it("must throw an error if package configuration is not provided", () => {
327327
path="."
328328
name="test"
329329
version="1.0.0"
330-
// @ts-expect-error
330+
// @ts-expect-error explicitly testing missing package config.
331331
packages={[[testLib]]}
332332
>
333333
<SourceFile path="index.ts">{testLib.foo};</SourceFile>

0 commit comments

Comments
 (0)