UNPKG

funcunit

Version:
18 lines (15 loc) 397 B
<!doctype html> <html> <head> <title>Tabs Tests</title> <link rel="stylesheet" href="../resources/qunit.css"> </head> <body> <div id="qunit"></div> <div id="qunit-fixture"></div> <script src="../resources/jquery.js"></script> <script src="../resources/qunit.js"></script> <script src="../resources/funcunit.js"></script> <script src="qunit_test.js"></script> </body> </html>