(self)
| 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") |
nothing calls this directly
no test coverage detected