From 8d1ec98abef99d70785c6e10168ea5d123503778 Mon Sep 17 00:00:00 2001 From: Hans-Wilhelm Warlo Date: Sun, 1 Mar 2020 21:06:34 +0100 Subject: [PATCH] Update snapshots --- test/__snapshots__/index.test.js.snap | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/__snapshots__/index.test.js.snap b/test/__snapshots__/index.test.js.snap index 6bfbb315..c4ca8e9e 100644 --- a/test/__snapshots__/index.test.js.snap +++ b/test/__snapshots__/index.test.js.snap @@ -634,9 +634,10 @@ var style = {\\"foo\\":\\"style_foo\\",\\"new\\":\\"style_new\\",\\"$new$\\":\\" styleInject(css); var style$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, foo: foo, $new$: $new$, - default: style + 'default': style }); console.log(style$1); @@ -680,9 +681,10 @@ var style = {\\"foo\\":\\"style_foo\\",\\"new\\":\\"style_new\\",\\"foohacked\\" styleInject(css); var style$1 = /*#__PURE__*/Object.freeze({ + __proto__: null, foohacked: foohacked, newhacked: newhacked, - default: style + 'default': style }); console.log(style$1);