Skip to content

Commit

Permalink
test: remove duplicates lines from snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
iiroj committed Sep 26, 2021
1 parent 77e05af commit 949753e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/runAll.spec.js
Expand Up @@ -160,7 +160,6 @@ describe('runAll', () => {
LOG [STARTED] Running tasks for *.js
LOG [STARTED] echo \\"sample\\"
ERROR [FAILED] echo \\"sample\\" [1]
ERROR [FAILED] echo \\"sample\\" [1]
LOG [SUCCESS] Running tasks...
LOG [STARTED] Applying modifications...
INFO [SKIPPED] Skipped because of errors from tasks.
Expand Down Expand Up @@ -198,7 +197,6 @@ describe('runAll', () => {
LOG [STARTED] Running tasks for *.js
LOG [STARTED] echo \\"sample\\"
ERROR [FAILED] echo \\"sample\\" [SIGINT]
ERROR [FAILED] echo \\"sample\\" [SIGINT]
LOG [SUCCESS] Running tasks...
LOG [STARTED] Applying modifications...
INFO [SKIPPED] Skipped because of errors from tasks.
Expand Down

0 comments on commit 949753e

Please sign in to comment.