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 Oct 31, 2022
1 parent dca1267 commit 54d3e4c
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 54d3e4c

Please sign in to comment.