提交 57b6e9a7 编写于 作者: A Arunoda Susiripala 提交者: GitHub

Using styled-jsx for with-jest example. (#1052)

上级 355c984e
exports[`With Snapshot Testing App shows "Hello world!" 1`] = `
<div>
<p>
<div
data-jsx={2648947580}>
<p
data-jsx={2648947580}>
Hello World!
</p>
</div>
......
export default () => (
<div>
<style jsx>{`
p {
color: red;
}
`}</style>
<p>Hello World!</p>
</div>
)
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册