Skip to content

Commit 78ef08d

Browse files
committed
chore: update
1 parent 3344795 commit 78ef08d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/scripts/shared.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export async function getResults(
165165
globFolder =
166166
libConfig.dts === true
167167
? distPath
168-
: (libConfig.dts?.distPath! ?? distPath);
168+
: (libConfig.dts?.distPath ?? distPath);
169169
}
170170

171171
if (!globFolder) continue;

0 commit comments

Comments
 (0)