From ce7a00c7e7a1f6b5403c2080563530a6655c7f72 Mon Sep 17 00:00:00 2001 From: ota-meshi Date: Thu, 12 Sep 2024 16:04:13 +0900 Subject: [PATCH] test --- tests/lib/utils/type-tracker/test-utils.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/lib/utils/type-tracker/test-utils.ts b/tests/lib/utils/type-tracker/test-utils.ts index 35d461ddd..1278c4141 100644 --- a/tests/lib/utils/type-tracker/test-utils.ts +++ b/tests/lib/utils/type-tracker/test-utils.ts @@ -61,6 +61,7 @@ export function testTypeTrackerWithLinter(testCase: TestCase): string[] { console.log("Test", context.sourceCode.ast) console.log("Test2", target ?? lastExpr) console.log("Test3", context.sourceCode.text) + console.log("Test4", filename) throw e } },