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
Discussed with Matthew on Slack.
Alcotest can be compiled with jsoo (also ppx_inline_tests I think). A wrapper for node can be used to execute the js tests, and a stanza runtest-js could be used to run the JS tests.
Discussed with Matthew on Slack.
Alcotest can be compiled with jsoo (also ppx_inline_tests I think). A wrapper for node can be used to execute the js tests, and a stanza
runtest-js
could be used to run the JS tests.Previous works: https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/blob/master/test/node_wrapper.ml and https://gitlab.com/nomadic-labs/cryptography/ocaml-bls12-381/-/blob/master/test/dune#L9.
Related PR:
The text was updated successfully, but these errors were encountered: