testdriverai 5.5.6 → 5.5.7
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/lib/init.js +1 -1
- package/package.json +1 -1
package/lib/init.js
CHANGED
|
@@ -68,7 +68,7 @@ module.exports = async () => {
|
|
|
68
68
|
logger.info("├── Local Runner:" + chalk.green(" Free"));
|
|
69
69
|
logger.info("│ └── " + chalk.dim("Run tests on your computer"));
|
|
70
70
|
logger.info("│");
|
|
71
|
-
logger.info("└── Sandbox Runner:" + chalk.green("
|
|
71
|
+
logger.info("└── Sandbox Runner:" + chalk.green(" 7 Day Trial then $20/month"));
|
|
72
72
|
logger.info(
|
|
73
73
|
" └── " + chalk.dim("Run tests on private hosted ephemeral VMs"),
|
|
74
74
|
);
|