-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathspecrunner.html
More file actions
24 lines (23 loc) · 789 Bytes
/
Copy pathspecrunner.html
File metadata and controls
24 lines (23 loc) · 789 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<!-- include source files -->
<script src="src/noteModel.js"></script>
<script src="src/noteListModel.js"></script>
<script src="src/noteListView.js"></script>
<script src="src/noteController.js"></script>
<script src="src/singleNoteView.js"></script>
<!-- include spec files -->
<script src="spec/assertSpec.js"></script>
<script src="spec/noteModelSpec.js"></script>
<script src="spec/noteListSpec.js"></script>
<script src="spec/noteListViewSpec.js"></script>
<script src="spec/noteControllerSpec.js"></script>
<script src="spec/singleNoteViewSpec.js"></script>
<title>SpecRunner</title>
</head>
<body>
<p><span></span></p>
</body>
</html>