-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathSpecRunner.html
More file actions
18 lines (16 loc) · 828 Bytes
/
SpecRunner.html
File metadata and controls
18 lines (16 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.3/jasmine.min.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.3/jasmine.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.3/jasmine-html.min.js"></script>
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/2.3.3/boot.min.js"></script>
<script type="text/javascript" src="app/lib/angular.min.js"></script>
<script type="text/javascript" src="app/lib/angular-route.min.js"></script>
<script type="text/javascript" src="app/lib/angular-mocks.js"></script>
</head>
<body>
</body>
<script type="text/javascript" src="test/test.js">
// Paste in the test code here. OKAYYYY
</script>
</html>