We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e93e029 commit 5a339b0Copy full SHA for 5a339b0
1 file changed
global-setup.e2e.ts
@@ -17,6 +17,6 @@ export async function teardown() {
17
stopLocalRegistry();
18
execSync('npm uninstall @code-pushup/cli');
19
execSync('npm uninstall @code-pushup/eslint-plugin');
20
- execSync('npm uninstall @code-pushup/coverage-plugin@e2e');
+ execSync('npm uninstall @code-pushup/coverage-plugin');
21
await teardownTestFolder('tmp');
22
}
0 commit comments