Remove embedded qunit.js and syn.js, only use them as node modules
I will squash this commit with the previous so that qunit.js and syn.js are never pushed to the repo.
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>QUnit tests for impress.js</title>
|
||||
<link rel="stylesheet" href="test/qunit/qunit.css">
|
||||
<link rel="stylesheet" href="node_modules/qunitjs/qunit/qunit.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
|
||||
<div id="qunit-fixture"></div>
|
||||
|
||||
<script src="test/qunit/qunit.js"></script>
|
||||
<script src="node_modules/qunitjs/qunit/qunit.js"></script>
|
||||
<!-- The QUnit tests. -->
|
||||
<script src="test/helpers.js"></script>
|
||||
<!-- Core tests -->
|
||||
|
||||
Reference in New Issue
Block a user