test(integration): fix package name conflict (#2719)

This commit is contained in:
Chris. Webster 2023-02-27 20:01:57 -08:00 committed by GitHub
parent 1775ed80b9
commit f991a599f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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);