diff options
Diffstat (limited to 'integration/snapshots/custom-emotion-jsx/file.debug.jsx')
-rw-r--r-- | integration/snapshots/custom-emotion-jsx/file.debug.jsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/snapshots/custom-emotion-jsx/file.debug.jsx b/integration/snapshots/custom-emotion-jsx/file.debug.jsx index b86650863..338ef99de 100644 --- a/integration/snapshots/custom-emotion-jsx/file.debug.jsx +++ b/integration/snapshots/custom-emotion-jsx/file.debug.jsx @@ -8,7 +8,7 @@ var jsx = require(JSX).jsxDEV; import * as $5b3cea55 from "http://localhost:8080/node_modules/react-dom/index.js"; var ReactDOM = require($5b3cea55); export const Foo = () => jsx("div", { - css: {content: '"it worked!"' } + css: { content: '"it worked!"' } }, undefined, false, undefined, this); export function test() { |