summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/test/uncaught_errors_1.ts
blob: ea3c557e4c4911622bb6bc005398b0d545429e42 (plain)
1
2
3
4
5
Deno.test("foo 1", () => {
  throw new Error("foo 1 message");
});

Deno.test("foo 2", () => {});