Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
hanswilw committed Mar 1, 2020
1 parent f6feaf0 commit 8d1ec98
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/__snapshots__/index.test.js.snap
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit 8d1ec98

Please sign in to comment.