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:
Henrik Ingo
2017-09-19 00:00:39 +03:00
parent 7aaea7fd37
commit deca6c0ec3
7 changed files with 8 additions and 6887 deletions

View File

@@ -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 -->