This website requires JavaScript.
Explore
Help
Sign In
terribleplan
/
next.js
Watch
1
Star
0
Fork
You've already forked next.js
0
mirror of
https://github.com/terribleplan/next.js.git
synced
2024-01-19 02:48:18 +00:00
Code
Issues
Releases
Wiki
Activity
d0b95d9bda
next.js
/
examples
/
with-jest
/
pages
/
index.js
11 lines
137 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Adds jest configuration npm run test shows failed results (#60)
2016-10-26 10:17:02 +00:00
export
default
(
)
=>
(
fix jest example styles
2016-10-26 10:28:41 +00:00
<
div
>
Using styled-jsx for with-jest example. (#1052)
2017-02-09 13:44:52 +00:00
<
style
jsx
>
{
`
p
{
color
:
red
;
}
`
}</style>
Fix Jest example app (#458) * Add a working JEST example app. * Add README.md * Move react-test-renderer to devDeps. * Add a newline to the .babelrc
2016-12-21 14:06:24 +00:00
<
p
>
Hello
World
!
<
/
p
>
fix jest example styles
2016-10-26 10:28:41 +00:00
<
/
d
i
v
>
)
Reference in a new issue
Copy permalink