MCPcopy Index your code
hub / github.com/AutoForgeAI/autoforge / test_yarn_start

Method test_yarn_start

test_devserver_security.py:52–53  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

50 validate_custom_command_strict("pnpm run dev")
51
52 def test_yarn_start(self):
53 validate_custom_command_strict("yarn start")
54
55 def test_yarn_run_serve(self):
56 validate_custom_command_strict("yarn run serve")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected