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

Run unit tests in Deno too #93

Closed
qgustavor opened this issue Mar 11, 2022 · 0 comments · Fixed by #133
Closed

Run unit tests in Deno too #93

qgustavor opened this issue Mar 11, 2022 · 0 comments · Fixed by #133

Comments

@qgustavor
Copy link
Owner

At the moment only integration tests are run in Deno (those which use the compiled library), not unit tests (those which load parts of the code from the source).

What is blocking this issue is how to implement it: is there a way to implement it without duplicating a lot of code that handle Node polyfills between build.js and test/helpers/test-runner.mjs?

qgustavor added a commit that referenced this issue Dec 23, 2022
@qgustavor qgustavor mentioned this issue Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant