* Added support for determining all the possibly ways to create a given item * Added full unit test support
20 lines
554 B
HTML
20 lines
554 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Crafting Guide Tests</title>
|
|
<link rel="stylesheet" href="css/qunit-1.12.0.css">
|
|
</head>
|
|
|
|
<body>
|
|
<div id="qunit"></div>
|
|
<div id="qunit-fixture"></div>
|
|
<script src="http://code.jquery.com/jquery-1.9.1.js"></script>
|
|
<script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"></script>
|
|
<script src="script/qunit-1.12.0.js"></script>
|
|
<script src="script/purl.js"></script>
|
|
<script src="script/crafting.js"></script>
|
|
<script src="script/test.js"></script>
|
|
</body>
|
|
</html>
|
|
|