(self)
| 44 | validate_custom_command_strict("npm run preview") |
| 45 | |
| 46 | def test_pnpm_dev(self): |
| 47 | validate_custom_command_strict("pnpm dev") |
| 48 | |
| 49 | def test_pnpm_run_dev(self): |
| 50 | validate_custom_command_strict("pnpm run dev") |
nothing calls this directly
no test coverage detected