(self)
| 38 | validate_custom_command_strict("npm run start") |
| 39 | |
| 40 | def test_npm_run_serve(self): |
| 41 | validate_custom_command_strict("npm run serve") |
| 42 | |
| 43 | def test_npm_run_preview(self): |
| 44 | validate_custom_command_strict("npm run preview") |
nothing calls this directly
no test coverage detected