Add qunit tests
Importing the tests from MediaWiki gerrit Change-Id: I2aec075b5ea04f927e2ee0a0e747334ba9efb4a0
This commit is contained in:
committed by
Amir E. Aharoni
parent
41499db706
commit
fc28cfeb3b
36
test/index.html
Normal file
36
test/index.html
Normal file
@@ -0,0 +1,36 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en" dir="ltr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>jQuery ULS Test Suite</title>
|
||||
|
||||
<!-- External libs -->
|
||||
<script src="../libs/jquery.js"></script>
|
||||
|
||||
<!-- Source of our libs -->
|
||||
<script src="../src/jquery.uls.data.js"></script>
|
||||
<script src="../src/jquery.uls.data.utils.js"></script>
|
||||
<script src="../src/jquery.uls.lcd.js"></script>
|
||||
<script src="../src/jquery.uls.languagefilter.js"></script>
|
||||
<script src="../src/jquery.uls.regionfilter.js"></script>
|
||||
<script src="../src/jquery.uls.core.js"></script>
|
||||
|
||||
<!-- Test framework -->
|
||||
<link rel="stylesheet" href="../libs/qunit/qunit/qunit.css">
|
||||
<script src="../libs/qunit/qunit/qunit.js"></script>
|
||||
|
||||
<!-- Test config -->
|
||||
<script>
|
||||
QUnit.config.requireExpects = true;
|
||||
</script>
|
||||
|
||||
<!-- Test Suite -->
|
||||
<script src="jquery.uls.test.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
<div id="qunit"></div>
|
||||
<div id="qunit-fixture"></div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user