Skip to content

Commit

Permalink
chore: re-enable some e2e tests (#4004)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHenry committed May 11, 2024
1 parent 03f476b commit eb07f5d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions e2e/publish/src/publish-pnpm-workspace-prefix.spec.ts
Expand Up @@ -15,9 +15,7 @@ expect.addSnapshotSerializer({
},
});

// TODO: re-enable test
// eslint-disable-next-line jest/no-disabled-tests
describe.skip("lerna-publish-workspace-prefix-pnpm", () => {
describe("lerna-publish-workspace-prefix-pnpm", () => {
let fixture: Fixture;

beforeEach(async () => {
Expand Down
4 changes: 1 addition & 3 deletions e2e/publish/src/publish-pnpm.spec.ts
Expand Up @@ -16,9 +16,7 @@ expect.addSnapshotSerializer({
},
});

// TODO: re-enable test
// eslint-disable-next-line jest/no-disabled-tests
describe.skip("lerna-publish-pnpm", () => {
describe("lerna-publish-pnpm", () => {
let fixture: Fixture;

beforeEach(async () => {
Expand Down
2 changes: 2 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit eb07f5d

Please sign in to comment.