Skip to content

Commit bd64905

Browse files
committed
tmp: logging
Signed-off-by: Brian Nguyen <vanpho02@gmail.com>
1 parent 37597ae commit bd64905

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/create-api-project.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ describe("The create-project-api command", () => {
3333
it("should print the correct output when user run with --populate option", async () => {
3434
const response = await execute("./index.js", ["create-project", "api", "myshop", "--populate"]);
3535
const responseLines = response.trim().split(EOL);
36+
// eslint-disable-next-line no-console
37+
console.log(response);
3638
expect(responseLines[1]).equal("reaction-cli: Added the sample data plugin successfully.");
3739
expect(responseLines[2]).equal("reaction-cli: Project creation complete. Change to your directory and run `npm install`");
3840

0 commit comments

Comments
 (0)