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 snippets as part of CI #34

Open
TimoGlastra opened this issue Jun 20, 2022 · 0 comments
Open

Run snippets as part of CI #34

TimoGlastra opened this issue Jun 20, 2022 · 0 comments

Comments

@TimoGlastra
Copy link
Contributor

As we already have the snippets it will be trivial to run them as part of the CI. Node 18 inroduced a built in test runner, maybe that's something to look at to keep things light? (https://nodejs.org/api/test.html). Downside is that it will be harder to test snippets in older node versions. We can also use jest (or just a plain node file that runs all scripts and makes ci fail if anything throws an error)

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

No branches or pull requests

1 participant