From 3186028dad0fe6274a688a1eb199b7fbd1ba4085 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 28 May 2023 12:00:28 -0400 Subject: [PATCH] chore: update snaps --- config/jest/setupTest.js | 8 ++----- example/src/__snapshots__/App.test.jsx.snap | 26 +++++++++++++-------- 2 files changed, 18 insertions(+), 16 deletions(-) diff --git a/config/jest/setupTest.js b/config/jest/setupTest.js index 4f04bd8fe..977da6870 100644 --- a/config/jest/setupTest.js +++ b/config/jest/setupTest.js @@ -12,13 +12,9 @@ if (fs.existsSync(testEnvFile)) { global.PARAGON = { version: '1.0.0', themeUrls: { - core: { - outputChunkName: 'core', - }, + core: 'core.min.css', variants: { - light: { - outputChunkName: 'light', - }, + light: 'light.min.css', }, }, }; diff --git a/example/src/__snapshots__/App.test.jsx.snap b/example/src/__snapshots__/App.test.jsx.snap index 10faa7d2d..c94422ebb 100644 --- a/example/src/__snapshots__/App.test.jsx.snap +++ b/example/src/__snapshots__/App.test.jsx.snap @@ -107,37 +107,43 @@ exports[`Basic test should render 1`] = `

Paragon

+

+ Exposed Theme CSS +

+

+ Contents of + + PARAGON + + global variable +

     {
   "version": "1.0.0",
   "themeUrls": {
-    "core": {
-      "outputChunkName": "core"
-    },
+    "core": "core.min.css",
     "variants": {
-      "light": {
-        "outputChunkName": "light"
-      }
+      "light": "light.min.css"
     }
   }
 }