Skip to content

Commit

Permalink
chore(e2e): remove commented out fixture destroy
Browse files Browse the repository at this point in the history
  • Loading branch information
fahslaj committed Nov 1, 2022
1 parent bea92a1 commit 2dfe55e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ describe("lerna-publish-workspace-prefix", () => {
installDependencies: true,
});
});
// afterEach(() => fixture.destroy());
afterEach(() => fixture.destroy());

describe("from-git", () => {
it("should publish to the remote registry, removing workspace: prefix from dependencies", async () => {
Expand Down

0 comments on commit 2dfe55e

Please sign in to comment.