Execute the tests through npm
Closes gh-556.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>Core Tests</title>
|
||||
<link rel="stylesheet" href="qunit/qunit.css">
|
||||
<link rel="stylesheet" href="../node_modules/qunitjs/qunit/qunit.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@@ -17,7 +17,7 @@
|
||||
<div id="qunit"></div>
|
||||
|
||||
<script src="../js/impress.js"></script>
|
||||
<script src="qunit/qunit.js"></script>
|
||||
<script src="../node_modules/qunitjs/qunit/qunit.js"></script>
|
||||
<script src="core_tests.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user