Skip to content

Commit f991a59

Browse files
authored
test(integration): fix package name conflict (#2719)
1 parent 1775ed8 commit f991a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration.test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -716,7 +716,7 @@ test("Use the repository URL as is if none of the given git credentials are vali
716716
});
717717

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

0 commit comments

Comments
 (0)