Skip to content
This repository has been archived by the owner on Feb 22, 2023. It is now read-only.

Commit

Permalink
FEAT-595: update farewell message (#620)
Browse files Browse the repository at this point in the history
  • Loading branch information
jricaldi authored Nov 29, 2019
1 parent 231530c commit bd968e5
Show file tree
Hide file tree
Showing 2 changed files with 1,663 additions and 3,101 deletions.
2 changes: 1 addition & 1 deletion bin/bst-init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ program
const { type, platform, handler, locales, projectName, virtualDevice, dialogFlow } = answers;
const initUtil = new InitUtil(type, platform, handler, locales, projectName, virtualDevice, dialogFlow);
initUtil.createFiles();
console.log(chalk.green("\nThat's it! We've created your test files for you. To run them, simply type:\n`bst test`\nLearn more about testing for voice at https://read.bespoken.io"));
console.log(chalk.green("\nThat's it! We've created your voice app test files and you can find them under the \"test\" folder. To run them, simply type:\nbst test\nLearn more about testing for voice at https://read.bespoken.io"));
});
});

Expand Down
Loading

0 comments on commit bd968e5

Please sign in to comment.