17 lines
639 B
HTML
17 lines
639 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>ProtoBuf.js Test Suite</title>
|
||
|
<link rel="stylesheet" href="nodeunit-browser/nodeunit.css" type="text/css" />
|
||
|
<script src="nodeunit-browser/nodeunit.js"></script>
|
||
|
<script src="https://raw.github.com/dcodeIO/Long.js/master/Long.min.js"></script>
|
||
|
<script src="https://raw.github.com/dcodeIO/ByteBuffer.js/master/ByteBuffer.min.js"></script>
|
||
|
<script src="../ProtoBuf.min.js"></script>
|
||
|
<script src="suite.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1 id="nodeunit-header">ProtoBuf.js Test Suite</h1>
|
||
|
<script>nodeunit.run({ "suite": suite });</script>
|
||
|
</body>
|
||
|
</html>
|