UNPKG
cordova-plugin-newton
Version:
latest (0.2.1)
0.2.1
0.2.0
0.1.7
0.1.6
0.1.5
0.1.4
0.1.1
Cordova Newton Plugin
github.com/D-Mobilelab/cordova-plugin-newton
D-Mobilelab/cordova-plugin-newton
cordova-plugin-newton
/
demo-laico
/
src
/
org
/
App.test.js
9 lines
(7 loc)
•
208 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
React
from
'react'
;
import
ReactDOM
from
'react-dom'
;
import
App
from
'./App'
;
it
(
'renders without crashing'
,
() =>
{
const
div =
document
.
createElement
(
'div'
);
ReactDOM
.
render
(
<
App
/>
, div); });