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
The unit tests for the JS part are a bit more complicated as they involve injecting a new runtime environment (e.g. nodeJS), however, I think it would be nice to have some minimum test support. There are several strategies:
Minimal binding of an existing test framework, ie: jest that can lead to a nightmare_jest
other suggestion
My goal is not to block the current effort on the JS runtime (and I'am very glad to see a real project as a first-step target) but I open the issue to keep that in mind.
The text was updated successfully, but these errors were encountered:
The unit tests for the JS part are a bit more complicated as they involve injecting a new runtime environment (e.g.
nodeJS
), however, I think it would be nice to have some minimum test support. There are several strategies:jest
that can lead to anightmare_jest
My goal is not to block the current effort on the JS runtime (and I'am very glad to see a real project as a first-step target) but I open the issue to keep that in mind.
The text was updated successfully, but these errors were encountered: