From d2327469284327c5ec9bbf72d5d16b9b9f8135d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Mon, 21 Nov 2022 14:36:26 +0100 Subject: feat(core): Ability to create snapshots from existing snapshots (#16597) Co-authored-by: crowlkats --- cli/tests/testdata/test/steps/failing_steps.out | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cli/tests') diff --git a/cli/tests/testdata/test/steps/failing_steps.out b/cli/tests/testdata/test/steps/failing_steps.out index 1e5f2f64d..4df104bd7 100644 --- a/cli/tests/testdata/test/steps/failing_steps.out +++ b/cli/tests/testdata/test/steps/failing_steps.out @@ -37,13 +37,13 @@ failing step in failing test ... FAILED ([WILDCARD]) nested failure => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: 1 test step failed. - at runTest (deno:runtime/js/40_testing.js:[WILDCARD]) - at async runTests (deno:runtime/js/40_testing.js:[WILDCARD]) + at runTest (deno:cli/js/40_testing.js:[WILDCARD]) + at async runTests (deno:cli/js/40_testing.js:[WILDCARD]) multiple test step failures => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: 2 test steps failed. - at runTest (deno:runtime/js/40_testing.js:[WILDCARD]) - at async runTests (deno:runtime/js/40_testing.js:[WILDCARD]) + at runTest (deno:cli/js/40_testing.js:[WILDCARD]) + at async runTests (deno:cli/js/40_testing.js:[WILDCARD]) failing step in failing test => ./test/steps/failing_steps.ts:[WILDCARD] error: Error: Fail test. -- cgit v1.2.3