aboutsummaryrefslogtreecommitdiff
path: root/test/test.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-03-07 18:19:08 +0100
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-03-07 18:19:08 +0100
commit0814176f3c22f511afd88fc0dc514e4c7338a5e7 (patch)
treec895b581607bed2ba5d03166a7790eae2a0c5223 /test/test.html
parent20b8def298fd576ac6be3111824e974ad4d5eab5 (diff)
downloadfosdem-2021-minimalism-presentation-0814176f3c22f511afd88fc0dc514e4c7338a5e7.tar
fosdem-2021-minimalism-presentation-0814176f3c22f511afd88fc0dc514e4c7338a5e7.tar.gz
refactor unit tests, now consistently initializing reveal.js in the same way
Diffstat (limited to 'test/test.html')
-rw-r--r--test/test.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test.html b/test/test.html
index 2e9b3d2..5f64d6e 100644
--- a/test/test.html
+++ b/test/test.html
@@ -8,6 +8,7 @@
<link rel="stylesheet" href="../dist/reveal.css">
<link rel="stylesheet" href="qunit-2.5.0.css">
+ <script src="qunit-2.5.0.js"></script>
</head>
<body style="overflow: auto;">
@@ -77,8 +78,6 @@
</div>
<script src="../dist/reveal.min.js"></script>
- <script src="qunit-2.5.0.js"></script>
-
<script src="test.js"></script>
</body>