Skip to content

Commit 5a339b0

Browse files
committed
test(cli-e2e): fix uninstallation of dependencies in E2E teardown
1 parent e93e029 commit 5a339b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

global-setup.e2e.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ export async function teardown() {
1717
stopLocalRegistry();
1818
execSync('npm uninstall @code-pushup/cli');
1919
execSync('npm uninstall @code-pushup/eslint-plugin');
20-
execSync('npm uninstall @code-pushup/coverage-plugin@e2e');
20+
execSync('npm uninstall @code-pushup/coverage-plugin');
2121
await teardownTestFolder('tmp');
2222
}

0 commit comments

Comments
 (0)