From 949753e5fa3034fedb7d647452179c99cff2437c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iiro=20J=C3=A4ppinen?= Date: Sun, 26 Sep 2021 16:38:19 +0300 Subject: [PATCH] test: remove duplicates lines from snapshots --- test/runAll.spec.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/runAll.spec.js b/test/runAll.spec.js index 144c1ebb9..0252f85eb 100644 --- a/test/runAll.spec.js +++ b/test/runAll.spec.js @@ -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. @@ -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.