Files
Yajbir Singh f1b860b25c
Some checks failed
check / markdownlint (push) Has been cancelled
check / spellchecker (push) Has been cancelled
updated
2025-12-11 19:03:17 +05:30

24 lines
707 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Underscore Test Suite</title>
<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="vendor/qunit.js"></script>
<script src="overrides.js"></script>
<script src="../underscore-umd.js"></script>
<script src="qunit-setup.js"></script>
<script src="collections.js"></script>
<script src="arrays.js"></script>
<script src="functions.js"></script>
<script src="objects.js"></script>
<script src="cross-document.js"></script>
<script src="utility.js"></script>
<script src="chaining.js"></script>
</body>
</html>