Files

43 lines
1.5 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Mata</title>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.6.0.css">
<script>
var tddMode = true;
</script>
</head>
<body>
<div id="qunit"></div>
<div id="qunit-fixture"></div>
<script src="https://code.jquery.com/qunit/qunit-2.6.0.js"></script>
<script src="../resources/js/phaser.min.js"></script>
<script src="../src/web/js/lib/account_validator.js"></script>
<script src="../src/game/typing/lib/typing_text_manager.js"></script>
<script src="../src/game/lib/score_manager.js"></script>
<script src="../src/game/lib/session_storage_manager.js"></script>
<script src="../src/game/lib/global/global_variables.js"></script>
<script src="../src/game/lib/ranking_record_manager.js"></script>
<script src="../src/game/lib/util/string_util.js"></script>
<script src="../src/game/lib/util/date_util.js"></script>
<script src="../src/game/lib/util/number_util.js"></script>
<script src="../src/game/lib/util/time_util.js"></script>
<script src="../src/game/typing/lib/key_mapper.js"></script>
<script src="../src/game/typing/lib/keyboard.js"></script>
<script src="../src/game/lib/history_record_manager.js"></script>
<script src="../src/game/lib/heart_manager.js"></script>
<script src="../src/game/lib/db_service.js"></script>
<script src="../src/game/lib/db_connect_manager.js"></script>
<script src="tdd.js"></script>
</body>
</html>