From 81abdf3b0e0fa6ff1f378d0e458bbd13d53f92c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=ADcholas=20Oliveira?= Date: Fri, 12 Jul 2024 10:38:43 -0300 Subject: [PATCH] test: fix snapshots --- .../__tests__/__snapshots__/BlocksRenderer.tsx.snap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/core/src/react/components/__tests__/__snapshots__/BlocksRenderer.tsx.snap b/packages/core/src/react/components/__tests__/__snapshots__/BlocksRenderer.tsx.snap index 3e21d0122..3e028f801 100644 --- a/packages/core/src/react/components/__tests__/__snapshots__/BlocksRenderer.tsx.snap +++ b/packages/core/src/react/components/__tests__/__snapshots__/BlocksRenderer.tsx.snap @@ -2,8 +2,10 @@ exports[`BlocksRenderer forward blockProps to the component 1`] = `
-

- {"attributes":{"blockAttribute":"this is a block attribute"},"name":"10up/custom-block"} +

+ {"attributes":{"blockAttribute":"this is a block attribute"},"name":"10up/custom-block","className":"my-class"}

`;