-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathSpecRunner.html
More file actions
27 lines (20 loc) · 814 Bytes
/
SpecRunner.html
File metadata and controls
27 lines (20 loc) · 814 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Jasmine Spec Runner v4.5.0</title>
<link rel="shortcut icon" type="image/png" href="lib/jasmine-4.5.0/jasmine_favicon.png">
<link rel="stylesheet" href="lib/jasmine-4.5.0/jasmine.css">
<script src="lib/jasmine-4.5.0/jasmine.js"></script>
<script src="lib/jasmine-4.5.0/jasmine-html.js"></script>
<script src="lib/jasmine-4.5.0/boot0.js"></script>
<!-- optional: include a file here that configures the Jasmine env -->
<script src="lib/jasmine-4.5.0/boot1.js"></script>
<!-- include source files here... won't be needing that -->
<!-- include spec files here... -->
<script type="module" src="spec/RecordSpec.js"></script>
<script type="module" src="spec/RecordStorageSpec.js"></script>
</head>
<body>
</body>
</html>