(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") |
| 39 | |
| 40 | def test_npm_run_serve(self): |
| 41 | validate_custom_command_strict("npm run serve") |
nothing calls this directly
no test coverage detected