2025-11-02 14:35:35 +03:00

33 lines
1.2 KiB
HTML

<!DOCTYPE HTML>
<html>
<head>
<link rel='stylesheet' href='../node_modules/qunit/qunit/qunit.css' type='text/css' media='screen' />
<script src='../node_modules/qunit/qunit/qunit.js'></script>
<script>if (/HeadlessChrome/.test(window.navigator.userAgent)) { QUnit.config.autostart = false; }</script>
<script src='../node_modules/sinon/pkg/sinon.js'></script>
<script src='../node_modules/jquery/dist/jquery.js'></script>
<script src='../lib/json2.js'></script>
<script src='../lib/semver.js'></script>
<script src='../src/jquery.mockjax.js'></script>
<script src='test-setup.js'></script>
<script src='add-tests.js'></script>
<title>MockJax Tests - </title>
</head>
<body>
<h1 id='qunit-header'>
Mockjax
<a href='?jquery=1.12.4'>jQuery 1.12.4</a>
<a href='?jquery=2.2.4'>jQuery 2.2.4</a>
<a href='?jquery=3.7.1'>jQuery 3.7.1</a>
<a href='?jquery=git'>jQuery Latest (git)</a>
<button class='runall' disabled='disabled'>Run All Versions</button>
</h1>
<h2 id='qunit-banner'></h2>
<h2 id='qunit-userAgent'></h2>
<ol id='qunit-tests'></ol>
</body>
</html>