Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
josephjclark committed Dec 20, 2024
1 parent 2564547 commit 338e898
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/runtime/test/errors.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,<whatever>
});

test('crash on eval with SecurityError', async (t) => {
Expand Down

0 comments on commit 338e898

Please sign in to comment.