From f9d076663746ab29410e9c141a7b9e927e4eb5df Mon Sep 17 00:00:00 2001
From: Benjamin Tan
Date: Mon, 22 Jan 2018 22:35:15 +0800
Subject: Update QUnit to 2.5.0 and `grunt-contrib-qunit` to 2.0.0.

---
 test/test-markdown.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'test/test-markdown.html')

diff --git a/test/test-markdown.html b/test/test-markdown.html
index 52b39ff..00f7e7a 100644
--- a/test/test-markdown.html
+++ b/test/test-markdown.html
@@ -7,7 +7,7 @@
 		<title>reveal.js - Test Markdown</title>
 
 		<link rel="stylesheet" href="../css/reveal.css">
-		<link rel="stylesheet" href="qunit-1.12.0.css">
+		<link rel="stylesheet" href="qunit-2.5.0.css">
 	</head>
 
 	<body style="overflow: auto;">
@@ -44,7 +44,7 @@
 		<script src="../js/reveal.js"></script>
 		<script src="../plugin/markdown/marked.js"></script>
 		<script src="../plugin/markdown/markdown.js"></script>
-		<script src="qunit-1.12.0.js"></script>
+		<script src="qunit-2.5.0.js"></script>
 
 		<script src="test-markdown.js"></script>
 
-- 
cgit v1.2.3