Update test file to trigger CI failure

This commit is contained in:
km-anthropic
2025-08-19 15:19:01 -07:00
parent 42fce56d3f
commit 536d74a854

View File

@@ -1,5 +1,5 @@
// This file intentionally has TypeScript errors to trigger CI failure // This file intentionally has TypeScript errors to trigger CI failure
// Updated to trigger new workflow run // Testing auto-fix with MCP file ops enabled
const testFunction = (param: string): number => { const testFunction = (param: string): number => {
// Type error: returning string instead of number // Type error: returning string instead of number
return "this should be a number"; return "this should be a number";