Update dependencies and remove outdated ones (#722)
* Update dependencies and remove outdated ones * Add package lock file * Add minified file * Karma now uses headless browser to run QUnit * Add to readme that node and npm install is required * Update license info * Add lint-new but don't use it in CI yet
This commit is contained in:
@@ -7,14 +7,12 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>QUnit tests for impress.js</title>
|
||||
<link rel="stylesheet" href="node_modules/qunitjs/qunit/qunit.css">
|
||||
<link rel="stylesheet" href="node_modules/qunit/qunit/qunit.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
|
||||
<div id="qunit-fixture"></div>
|
||||
|
||||
<script src="node_modules/qunitjs/qunit/qunit.js"></script>
|
||||
<script src="node_modules/qunit/qunit/qunit.js"></script>
|
||||
<!-- The QUnit tests. -->
|
||||
<script src="test/helpers.js"></script>
|
||||
<!-- Core tests -->
|
||||
@@ -22,6 +20,5 @@
|
||||
<script src="test/non_default.js"></script>
|
||||
<!-- Plugins -->
|
||||
<script src="src/plugins/navigation/navigation_tests.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user