From 9969bf930912885fafc5c272a42b0001305683ed Mon Sep 17 00:00:00 2001 From: Danilo Woznica Date: Tue, 30 Aug 2022 09:18:57 +0000 Subject: [PATCH] Update Sandpack.test.tsx and styles.test.ts.snap --- sandpack-react/src/presets/Sandpack.test.tsx | 2 +- .../src/styles/__snapshots__/styles.test.ts.snap | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/sandpack-react/src/presets/Sandpack.test.tsx b/sandpack-react/src/presets/Sandpack.test.tsx index b010d3dc3..49be86eba 100644 --- a/sandpack-react/src/presets/Sandpack.test.tsx +++ b/sandpack-react/src/presets/Sandpack.test.tsx @@ -33,7 +33,7 @@ describe("getSandpackCssText", () => { ); - expect(getSandpackCssText().length).toBe(3600); + expect(getSandpackCssText().length).toBe(3590); expect(getSandpackCssText()).not.toContain(componentClassName); }); diff --git a/sandpack-react/src/styles/__snapshots__/styles.test.ts.snap b/sandpack-react/src/styles/__snapshots__/styles.test.ts.snap index 709a97d6a..03182c043 100644 --- a/sandpack-react/src/styles/__snapshots__/styles.test.ts.snap +++ b/sandpack-react/src/styles/__snapshots__/styles.test.ts.snap @@ -16,8 +16,8 @@ Object { "surface1": "red", "surface2": "red", "surface3": "red", - "warning": "#6A4516", - "warningSurface": "#FEF2C0", + "warning": "#E7C400", + "warningSurface": "#3A3000", }, "font": Object { "body": "", @@ -67,7 +67,8 @@ Object { exports[`standardizeTheme should return a custom theme 1`] = ` Object { - "id": "sp-376277195", + "id": "sp-634349132", + "mode": "dark", "theme": Object { "colors": Object { "accent": "red", @@ -80,8 +81,8 @@ Object { "surface1": "red", "surface2": "red", "surface3": "red", - "warning": "#6A4516", - "warningSurface": "#FEF2C0", + "warning": "#E7C400", + "warningSurface": "#3A3000", }, "font": Object { "body": "", @@ -107,6 +108,7 @@ Object { exports[`standardizeTheme should return a custom theme merged with the default 1`] = ` Object { "id": "sp-1791144801", + "mode": "light", "theme": Object { "colors": Object { "accent": "blue", @@ -149,6 +151,7 @@ Object { exports[`standardizeTheme should return the \`dark\` theme 1`] = ` Object { "id": "dark", + "mode": "light", "theme": Object { "colors": Object { "accent": "#E5E5E5", @@ -190,7 +193,8 @@ Object { exports[`standardizeTheme should return the default theme 1`] = ` Object { - "id": "sp-default", + "id": "light", + "mode": "light", "theme": Object { "colors": Object { "accent": "#3973E0",