You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Version: Deno 2.1.4
I attempted to run one of Astro's tests with Deno and hit this:
Test file: https://github.com/withastro/astro/blob/main/packages/astro/test/astro-basic.test.js
The text was updated successfully, but these errors were encountered: