Skip to content

Commit e0ca637

Browse files
committed
chore(docs): ts check fixes
1 parent 8cdf9a4 commit e0ca637

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/validate-docs-tests.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ async function main() {
261261
}
262262
);
263263
console.log("\n✅ All documentation tests passed!");
264-
} catch (error) {
264+
} catch {
265265
console.error("\n❌ Documentation tests failed!");
266266
console.error("\nSome test examples in your .dev.mdx files are broken.");
267267
console.error(

0 commit comments

Comments
 (0)