slip
Version:
A Serial Line Internet Protocol (SLIP) library that runs in Node.js and the browser.
27 lines (21 loc) • 769 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>slip.js Tests</title>
<link rel="stylesheet" media="screen" href="../bower_components/qunit/qunit/qunit.css" />
<script src="../bower_components/qunit/qunit/qunit.js"></script>
<script src="../src/slip.js"></script>
<script src="slip-tests.js"></script>
</head>
<body id="body">
<h1 id="qunit-header">slip.js Tests</h1>
<h2 id="qunit-banner"></h2>
<div id="qunit-testrunner-toolbar"></div>
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<!-- Test HTML -->
<div id="main" style="display: none;">
</div>
</body>
</html>