From f06ebc26dc9fe030c170be4b112e493f6d876973 Mon Sep 17 00:00:00 2001 From: sosukesuzuki Date: Sat, 1 May 2021 13:37:01 +0900 Subject: [PATCH] Update snapshots for integration tests --- tests/integration/__tests__/__snapshots__/syntax-error.js.snap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/__tests__/__snapshots__/syntax-error.js.snap b/tests/integration/__tests__/__snapshots__/syntax-error.js.snap index 5e2c5a6ff108..2edb43a4eb23 100644 --- a/tests/integration/__tests__/__snapshots__/syntax-error.js.snap +++ b/tests/integration/__tests__/__snapshots__/syntax-error.js.snap @@ -1,7 +1,7 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP exports[`exits with non-zero code when input has a syntax error (stderr) 1`] = ` -"[error] stdin: SyntaxError: Missing semicolon (1:2) +"[error] stdin: SyntaxError: Missing semicolon. (1:2) [error] > 1 | a.2 [error] | ^ "