Skip to content

Commit

Permalink
test(integration): fix package name conflict (#2719)
Browse files Browse the repository at this point in the history
  • Loading branch information
webstech committed Feb 28, 2023
1 parent 1775ed8 commit f991a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -716,7 +716,7 @@ test("Use the repository URL as is if none of the given git credentials are vali
});

test("ESM Plugin with named exports", async (t) => {
const packageName = "log-secret";
const packageName = "plugin-exports";
// Create a git repository, set the current working directory at the root of the repo
t.log("Create git repository");
const { cwd, repositoryUrl } = await gitbox.createRepo(packageName);
Expand Down

0 comments on commit f991a59

Please sign in to comment.