forked from sleepdiary/core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbrowser_test.html
24 lines (17 loc) · 858 Bytes
/
browser_test.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Unit tests for Sleep Diary Core Library</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/jasmine/3.8.0/jasmine.css">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/3.8.0/jasmine.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/3.8.0/jasmine-html.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jasmine/3.8.0/boot.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/tzdata.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/timezonecomplete.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/exceljs.min.js"></script>
<script src="test.js"></script>
</head>
<body>
</body>
</html>