Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test.describe not implemented #27406

Open
matthewp opened this issue Dec 17, 2024 · 0 comments
Open

test.describe not implemented #27406

matthewp opened this issue Dec 17, 2024 · 0 comments
Labels
bug Something isn't working correctly node compat node:test

Comments

@matthewp
Copy link

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

@marvinhagemeister marvinhagemeister added bug Something isn't working correctly node compat node:test labels Jan 2, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working correctly node compat node:test
Projects
None yet
Development

No branches or pull requests

2 participants