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

Method test_npm_run_dev

test_devserver_security.py:34–35  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

32 """Commands that should pass validation."""
33
34 def test_npm_run_dev(self):
35 validate_custom_command_strict("npm run dev")
36
37 def test_npm_run_start(self):
38 validate_custom_command_strict("npm run start")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected