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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殌 Feature: Add support for additional runtimes like Bun and Deno #5108

Open
2 of 3 tasks
voxpelli opened this issue Feb 29, 2024 · 1 comment
Open
2 of 3 tasks
Labels
status: in discussion Let's talk about it! status: in triage a maintainer should (re-)triage (review) this issue type: feature enhancement proposal

Comments

@voxpelli
Copy link
Member

Feature Request Checklist

Overview

As mentioned in #5065 (comment), wintercg/proposal-common-minimum-api#68 and https://twitter.com/_nicojs/status/1762508703863894472:

Nicholas C. Zakas @slicknet
What I want: To write JavaScript tests once and be able to run them across Node.js, Bun, and Deno.
Problem: Bun and Deno have built-in test runners you have to import from to run tests. I use Mocha. This doesn't work.
Solution: ???

There is a need for a cross-runtime testing library.

Mocha already supports browsers and node.js, what would it take to support eg. Deno and Bun as well?

Suggested Solution

Research what would be needed to support Bun and Deno and evaluate the feasibility.

Alternatives

Standardizing on a shared built in test API and move away from Mocha: wintercg/proposal-common-minimum-api#68

This would only solve it for those runtimes who are compliant with the WinterCG proposal though and not work for eg browsers. It also would mean running the tests in multiple different implementations of the same test framework, which can have unexpected consequences.

Additional Info

No response

@voxpelli voxpelli added type: feature enhancement proposal status: in triage a maintainer should (re-)triage (review) this issue labels Feb 29, 2024
@nzakas
Copy link

nzakas commented Mar 7, 2024

One thing I noticed when running Mocha on Bun: When there is a test failure, Mocha's exit code is 0, making it appear that CI is passing if you don't look at the console output.

@voxpelli voxpelli added the status: in discussion Let's talk about it! label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: in discussion Let's talk about it! status: in triage a maintainer should (re-)triage (review) this issue type: feature enhancement proposal
Projects
None yet
Development

No branches or pull requests

2 participants