You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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)
The text was updated successfully, but these errors were encountered: