Simulator first commit
This commit is contained in:
16
node_modules/protobufjs/tests/suite.html
generated
vendored
Normal file
16
node_modules/protobufjs/tests/suite.html
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
<!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>
|
Reference in New Issue
Block a user