(self)
| 47 | validate_custom_command_strict("pnpm dev") |
| 48 | |
| 49 | def test_pnpm_run_dev(self): |
| 50 | validate_custom_command_strict("pnpm run dev") |
| 51 | |
| 52 | def test_yarn_start(self): |
| 53 | validate_custom_command_strict("yarn start") |
nothing calls this directly
no test coverage detected