Skip to content

Commit

Permalink
Put back test/vendor/qunit.* static files to fix live website tests
Browse files Browse the repository at this point in the history
This partially reverts commit 13f71bc.
However, I made sure to use the latest version of QUnit.
  • Loading branch information
jgonggrijp committed Dec 17, 2020
1 parent 311b04e commit c9b4b63
Show file tree
Hide file tree
Showing 5 changed files with 5,704 additions and 4 deletions.
4 changes: 2 additions & 2 deletions test/index.html
Expand Up @@ -2,13 +2,13 @@
<html>
<head>
<title>Underscore Test Suite</title>
<link rel="stylesheet" href="../node_modules/qunit/qunit/qunit.css">
<link rel="stylesheet" href="vendor/qunit.css">
<link rel="icon" href="../favicon.ico">
</head>
<body>
<div id="qunit"></div>
<div id="exports" style="display: none"></div>
<script src="../node_modules/qunit/qunit/qunit.js"></script>
<script src="vendor/qunit.js"></script>
<script src="../underscore.js"></script>
<script src="qunit-setup.js"></script>
<script src="collections.js"></script>
Expand Down

0 comments on commit c9b4b63

Please sign in to comment.