We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1775ed8 commit f991a59Copy full SHA for f991a59
test/integration.test.js
@@ -716,7 +716,7 @@ test("Use the repository URL as is if none of the given git credentials are vali
716
});
717
718
test("ESM Plugin with named exports", async (t) => {
719
- const packageName = "log-secret";
+ const packageName = "plugin-exports";
720
// Create a git repository, set the current working directory at the root of the repo
721
t.log("Create git repository");
722
const { cwd, repositoryUrl } = await gitbox.createRepo(packageName);
0 commit comments