a75482fd30
This was required for us to get assert.async() support within tests, as well as assert.expect() support. This was required because we need them for multiple async tests that are coming.
21 lines
740 B
HTML
21 lines
740 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="vendor/qunit-1.23.1.css" type="text/css" />
|
|
<link rel="stylesheet" href="../../dist/css/select2.css" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
|
|
<script src="vendor/qunit-1.23.1.js" type="text/javascript"></script>
|
|
<script src="vendor/jquery-1.7.2.js" type="text/javascript"></script>
|
|
<script src="../dist/js/select2.full.js" type="text/javascript"></script>
|
|
|
|
<script src="helpers.js" type="text/javascript"></script>
|
|
|
|
<script src="integration/jquery-calls.js" type="text/javascript"></script>
|
|
<script src="integration/select2-methods.js" type="text/javascript"></script>
|
|
</body>
|
|
</html>
|