From ea0083424d5b721331ce7c7dee249a32c2cd2d57 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Tue, 21 Feb 2023 06:47:11 +0100 Subject: [PATCH] rollback unintended change --- e2e/snapshot-escape/__tests__/snapshot.test.js | 1 - 1 file changed, 1 deletion(-) diff --git a/e2e/snapshot-escape/__tests__/snapshot.test.js b/e2e/snapshot-escape/__tests__/snapshot.test.js index 64ccc932b819..e634e9725e75 100644 --- a/e2e/snapshot-escape/__tests__/snapshot.test.js +++ b/e2e/snapshot-escape/__tests__/snapshot.test.js @@ -8,4 +8,3 @@ // prettier-ignore test('escape strings', () => expect('one: \\\'').toMatchSnapshot()); -test('escape strings two', () => expect('two: \'"').toMatchSnapshot());