aboutsummaryrefslogtreecommitdiff
path: root/test/test.html
diff options
context:
space:
mode:
authorHakim El Hattab <hakim.elhattab@gmail.com>2020-04-22 11:37:04 +0200
committerHakim El Hattab <hakim.elhattab@gmail.com>2020-04-22 11:37:04 +0200
commitd8675a9759f55b085bfc8e81ef6d1ec3b705b04b (patch)
treed1210328b4b69e57eef1a4ddb85eac1480f3c825 /test/test.html
parent9823be99f4ae5019ee6ce272d5fefba658953959 (diff)
downloadfosdem-2021-minimalism-presentation-d8675a9759f55b085bfc8e81ef6d1ec3b705b04b.tar
fosdem-2021-minimalism-presentation-d8675a9759f55b085bfc8e81ef6d1ec3b705b04b.tar.gz
use latest quinit from npm, remove bundled version
Diffstat (limited to 'test/test.html')
-rw-r--r--test/test.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test.html b/test/test.html
index d5bf476..91a334e 100644
--- a/test/test.html
+++ b/test/test.html
@@ -7,8 +7,8 @@
<title>reveal.js - Tests</title>
<link rel="stylesheet" href="../dist/reveal.css">
- <link rel="stylesheet" href="qunit-2.5.0.css">
- <script src="qunit-2.5.0.js"></script>
+ <link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
+ <script src="../node_modules/qunit/qunit/qunit.js"></script>
</head>
<body style="overflow: auto;">