MCPcopy Index your code
hub / github.com/reactive-python/reactpy / test_js

Function test_js

tasks.py:144–146  ·  view source on GitHub ↗

Run test suites

(context: Context)

Source from the content-addressed store, hash-verified

142
143@task(pre=[env_js])
144def test_js(context: Context):
145 """Run test suites"""
146 in_js(context, "npm run check:tests")
147
148
149@task(pre=[env_py])

Callers

nothing calls this directly

Calls 1

in_jsFunction · 0.85

Tested by

no test coverage detected