-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Labels
Description
Version: Deno 2.1.4
I attempted to run one of Astro's tests with Deno and hit this:
error: Uncaught (in promise) Error: Not implemented: test.describe
at notImplemented (ext:deno_node/_utils.ts:9:9)
at describe (node:test:145:3)
at file:///Users/matthew/dev/astro/packages/astro/test/astro-basic.test.js:6:1
Test file: https://github.com/withastro/astro/blob/main/packages/astro/test/astro-basic.test.js
mikemaccana and adamszigeti