Files
Bedis Nbiba d2ef287791 Add runnable support for Deno.test (#34593)
example of detected code:
```ts
Deno.test("t", () => {
  console.log("Hello, World!");
});

Deno.test(function azaz() {
  console.log("Hello, World!");
});
```

I can't build zed locally so I didn't test this, but I think the code is
straightforward enough, hopefully someone else can verify it

Closes #ISSUE

Release Notes:

- N/A
2025-07-29 01:45:41 +02:00
..
2025-05-31 10:30:29 -04:00
2024-08-09 13:37:54 -04:00
2024-08-09 13:37:54 -04:00
2025-06-06 09:39:35 +00:00
2025-06-06 09:39:35 +00:00
2025-07-21 17:25:59 +00:00
2025-05-14 10:47:33 +02:00
2024-07-27 14:52:21 -04:00