-
Notifications
You must be signed in to change notification settings - Fork 0
/
SpecRunner.html
40 lines (29 loc) · 1.74 KB
/
SpecRunner.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
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="fr" xml:lang="fr">
<head>
<title>MetExplore Visualization</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"/>
<link href="resources/icons/favicon.ico" type="image/x-icon" rel="shortcut icon"/>
<script async type="text/javascript" src="resources/lib/tulip-javascript/demos/tulip.js"></script>
<script type="text/javascript" src="metexplorevizTests.js?1.2.0.3" charset="utf-8"> </script>
<script src="resources/lib/d3.js/d3.min.js"></script>
<link rel="stylesheet" href="tests/lib/jasmine-2.4.1/jasmine.css">
<script src="tests/lib/jasmine-2.4.1/jasmine.js"></script>
<script src="tests/lib/jasmine-2.4.1/jasmine-html.js"></script>
<script src="tests/lib/jasmine-2.4.1/boot.js"></script>
<script type="text/javascript" src="tests/lib/jasmine-reporters/jasmine.phantomjs-reporter.js"></script>
<script src="tests/spec/D3Spec.js"></script>
<script src="tests/spec/RefreshNetwork.js"></script>
<script src="tests/spec/SideCompoundsNetwork.js"></script>
<script src="tests/spec/MapNetwork.js"></script>
<script src="tests/spec/CycleDetectionSpec.js"></script>
</head>
<body>
<div id ="visu" style="height:600px; width:100%; display:none">
</div>
<script type="text/javascript">
jasmine.getEnv().addReporter(new jasmine.PhantomJSReporter());
</script>
</body>
</html>