Skip to content

Commit 4cf98cb

Browse files
committed
[exoframe-cli] Fix test for new verbose output
1 parent 9eeb13e commit 4cf98cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

packages/exoframe-cli/test/deploy.test.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -575,6 +575,20 @@ test('Should display verbose output', async () => {
575575
"Deploying /test_html_project to endpoint:",
576576
"http://localhost:8080",
577577
],
578+
[
579+
"
580+
No .exoframeignore file found, using default ignores",
581+
],
582+
[
583+
"
584+
Ignoring following paths:",
585+
[
586+
".git",
587+
"node_modules",
588+
".exoframeignore",
589+
"exoframe.json",
590+
],
591+
],
578592
[
579593
"Error deploying project:",
580594
"Bad Gateway",

0 commit comments

Comments
 (0)