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

Switch test runner #473

Open
fb55 opened this issue Mar 24, 2022 · 1 comment
Open

Switch test runner #473

fb55 opened this issue Mar 24, 2022 · 1 comment

Comments

@fb55
Copy link
Collaborator

fb55 commented Mar 24, 2022

We discussed this in #362 (review). Jest works alright as a test runner for now, but I'm happy to switch should we agree on an alternative.

@43081j
Copy link
Collaborator

43081j commented Mar 24, 2022

we could just use mocha and c8? or uvu and c8?

uvu has pretty poor reporting unfortunately (no CI integration). in the past i've made use of its assertion library though paired with mocha for better reporting (i.e. so you can get test results etc in CI).

since the new version of parse5 might also work out of the box in browsers, it may be worth having a small suite of tests that ensure it runs there. via puppeteer or web-test-runner.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants