elixir_script v0.32.1 ElixirScript.Test.Runner behaviour View Source

Defines a behaviour for an ElixirScript Test runner

Link to this section Summary

Callbacks

Callback for running the test runner. Receives a list of JavaScript files from the compiled Elixir code. Expects an exit status representing the success or failure of the tests

Link to this section Callbacks

Link to this callback run(list) View Source
run([binary()]) :: integer()

Callback for running the test runner. Receives a list of JavaScript files from the compiled Elixir code. Expects an exit status representing the success or failure of the tests