From 338e898cf42843bb69f4c493a031e1f5ebeb9efc Mon Sep 17 00:00:00 2001 From: Joe Clark Date: Fri, 20 Dec 2024 12:16:27 +0000 Subject: [PATCH] comment --- packages/runtime/test/errors.test.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/runtime/test/errors.test.ts b/packages/runtime/test/errors.test.ts index 35d0238a..366a7d35 100644 --- a/packages/runtime/test/errors.test.ts +++ b/packages/runtime/test/errors.test.ts @@ -117,9 +117,6 @@ fn((s) => z)`; line: 2, col: 11, // 1-based }); - - // TODO we could verify that (2,11) points to x - // and that in the uncompiled code, x is at 2, }); test('crash on eval with SecurityError', async (t) => {