Skip to content
This repository was archived by the owner on Jan 25, 2024. It is now read-only.

Commit 7a904f6

Browse files
adding console log to note the test command on app creation
1 parent 31b459b commit 7a904f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/create-nteract-app.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@ function run(
191191
console.log(chalk.cyan(` ${displayedCommand} dev`));
192192
console.log(" Starts the development server.");
193193
console.log();
194+
console.log(chalk.cyan(` ${displayedCommand} test`));
195+
console.log(" Starts the test runner.");
196+
console.log();
194197
console.log(chalk.cyan(` ${displayedCommand} build`));
195198
console.log(" Builds the app for production.");
196199
console.log();

0 commit comments

Comments
 (0)