Fix jsunit test page

This commit is contained in:
Rachel Fenichel 2016-02-26 11:33:39 -08:00
parent dd087c8b4a
commit ec8145975f
3 changed files with 38 additions and 10 deletions

View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Unit Tests for Horizontal Scratch-Blockly</title>
<script src="../../blockly_uncompressed_horizontal.js"></script>
<script>goog.require('goog.testing.jsunit');</script>
</head>
<body>
<script src="blockly_test.js"></script>
<script src="block_test.js"></script>
<script src="connection_test.js"></script>
<script src="generator_test.js"></script>
<script src="names_test.js"></script>
<script src="workspace_test.js"></script>
<script src="xml_test.js"></script>
</body>
</html>