aria-ease 6.4.7 → 6.4.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bin/cli.js CHANGED
@@ -229,8 +229,6 @@ program.command("audit").description("Run axe-core powered accessibility audit o
229
229
  console.log(chalk.yellow(` ${totalViolations} violation${totalViolations !== 1 ? "s" : ""} detected across ${allResults.length} page${allResults.length !== 1 ? "s" : ""}.`));
230
230
  console.log(chalk.gray(` Review the generated report for details.
231
231
  `));
232
- displayBadgeInfo("audit");
233
- await promptAddBadge("audit", process.cwd());
234
232
  console.log(chalk.dim("\n" + "\u2500".repeat(60)));
235
233
  console.log(chalk.cyan("\u{1F499} Found aria-ease helpful?"));
236
234
  console.log(chalk.white(" \u2022 Star us on GitHub: ") + chalk.blue.underline("https://github.com/aria-ease/aria-ease"));
@@ -239,7 +237,7 @@ program.command("audit").description("Run axe-core powered accessibility audit o
239
237
  process.exit(1);
240
238
  });
241
239
  program.command("test").description("Run core a11y accessibility standard tests on UI components").action(async () => {
242
- const { runTest } = await import("./test-WICJJ62P.js");
240
+ const { runTest } = await import("./test-JGKWOL6J.js");
243
241
  runTest();
244
242
  });
245
243
  program.command("help").description("Display help information").action(() => {