summaryrefslogtreecommitdiff
path: root/tests/specs/test/fail_fast/fail_fast_other.ts
blob: 02aa878cf32808de45733b3a416e4f0d5efc2b49 (plain)
1
2
3
Deno.test("test 11", () => {
  throw new Error();
});