testdriverai 4.0.45 → 4.0.46
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 +2 -2
- package/package.json +1 -1
package/lib/init.js
CHANGED
|
@@ -63,11 +63,11 @@ module.exports = async () => {
|
|
|
63
63
|
console.log("");
|
|
64
64
|
console.log(chalk.dim("This is a preview of the Testdriver.ai"));
|
|
65
65
|
console.log(chalk.dim("Please report any issues in our Discord server: "));
|
|
66
|
-
console.log(chalk.dim("https://discord.
|
|
66
|
+
console.log(chalk.dim("https://discord.com/invite/cWDFW8DzPm"));
|
|
67
67
|
console.log("");
|
|
68
68
|
console.log("Beginning setup...");
|
|
69
69
|
console.log("");
|
|
70
|
-
|
|
70
|
+
|
|
71
71
|
const response = await prompts([
|
|
72
72
|
// {
|
|
73
73
|
// type: 'password',
|