cli
cli copied to clipboard
Clean up example lighthouse leftover file
Currently, an integration test in example lighthouse plugin creates and leaves a new file in the root folder - lighthouse-report.json. This file should not persist after the test has finished.
- [x] Include fs mock in the integration test or use
tmp/e2efolder if the test had been converted to E2E within #490.