mirror of
https://github.com/google/blockly.git
synced 2026-01-10 10:27:08 +01:00
16 lines
426 B
HTML
16 lines
426 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Unit Tests for Blockly</title>
|
|
<script src="../../blockly_uncompressed.js"></script>
|
|
<script>goog.require('goog.testing.jsunit');</script>
|
|
</head>
|
|
<body>
|
|
<script src="blockly_test.js"></script>
|
|
<script src="generator_test.js"></script>
|
|
<script src="names_test.js"></script>
|
|
<script src="xml_test.js"></script>
|
|
</body>
|
|
</html>
|