-
Notifications
You must be signed in to change notification settings - Fork 33
/
tests.html
30 lines (26 loc) · 1.03 KB
/
tests.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<!DOCTYPE html>
<html>
<head>
<title>Mocha Tests</title>
<link rel="stylesheet" href="node_modules/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="node_modules/mocha/mocha.js"></script>
<script src="node_modules/chai/chai.js"></script>
<script>mocha.setup('bdd')</script>
<script data-main="test/use_require.js" src="libs/require.min.js"></script>
<div style="width: 100%; overflow: hidden;">
<div id="vibcrystaljsonweb" style="height:200px; width:50%;"></div>
<div id="highchartsjsonweb" style="height:200px; width:50%;"></div>
</div>
<div style="width: 100%; overflow: hidden;">
<div id="vibcrystaljsonpmg" style="height:200px; width:50%;"></div>
<div id="highchartsjsonpmg" style="height:200px; width:50%;"></div>
</div>
<div style="width: 100%; overflow: hidden;">
<div id="vibcrystalyaml" style="height:200px; width:50%;"></div>
<div id="highchartsyaml" style="height:200px; width:50%;"></div>
</div>
</body>
</html>