-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathspec_2.1page.html
More file actions
39 lines (32 loc) · 1.12 KB
/
Copy pathspec_2.1page.html
File metadata and controls
39 lines (32 loc) · 1.12 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>spec2_main</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-2.3.0/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-2.3.0/jasmine.css">
<script src="lib/jasmine-2.3.0/jasmine.js"></script>
<script src="lib/jasmine-2.3.0/jasmine-html.js"></script>
<script src="lib/jasmine-2.3.0/boot.js"></script>
<script src="lib/jasmine-jsreporter.js"></script>
<script src="lib/tap_reporter.js"></script>
<script>
// add Tap reporter for testling
//jasmine.getEnv().addReporter(new jasmineReporters.TapReporter());
jasmine.getEnv().addReporter(new jasmine.JSReporter2());
</script>
<style>
iframe{
display: block;
}
</style>
<script src="lib/jquery.js"></script>
<!-- include source files here... -->
<script src="src/tabHub.js"></script>
<!-- include spec files here... -->
<script src="spec/tabHub_spec2_share_multiInstance.js"></script>
<script src="spec/tabHub_spec_2.1page.js"></script>
</head>
<body>
</body>
</html>