UNPKG
node-jsx
Version:
latest (0.13.3)
0.13.3
0.13.2
0.12.4
0.12.3
0.12.2
0.12.1
0.12.0
0.11.0
0.10.0
0.9.0
0.2.1
0.2.0
0.1.0
transparently require() jsx from node
github.com/petehunt/node-jsx
petehunt/node-jsx
node-jsx
/
node-jsx.spec.js
7 lines
(6 loc)
•
193 B
JavaScript
View Raw
1
2
3
4
5
6
7
describe
(
'node-jsx'
,
function
(
) {
it
(
'should work'
,
function
(
) {
require
(
'./index'
).
install
();
expect
(
require
(
'./test-module'
).
indexOf
(
'data-reactid'
)).
toBeGreaterThan
(-
1
); }); });