aboutsummaryrefslogtreecommitdiff
path: root/test/test-dependencies-async.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-dependencies-async.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-dependencies-async.html')
-rw-r--r--test/test-dependencies-async.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test-dependencies-async.html b/test/test-dependencies-async.html
index 78e9f01..2a54fae 100644
--- a/test/test-dependencies-async.html
+++ b/test/test-dependencies-async.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;">
@@ -26,8 +27,6 @@
</div>
<script src="../dist/reveal.min.js"></script>
- <script src="qunit-2.5.0.js"></script>
-
<script>
var externalScriptSequence = '';
var scriptCount = 0;