mirror of
https://github.com/arnaucube/comunicationLeap.git
synced 2026-02-07 11:26:43 +01:00
nodejs with express server, leapmotion for movement control, and threejs for 3d render
This commit is contained in:
21
node_modules/toastr-master/tests/toastr-tests.html
generated
vendored
Normal file
21
node_modules/toastr-master/tests/toastr-tests.html
generated
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>toastr QUnit Tests</title>
|
||||
<link href="../toastr.css" rel="stylesheet" type="text/css" />
|
||||
<link href="qunit/qunit.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="result"></div>
|
||||
<h1 id="qunit-header">toastr QUnit Tests</h1>
|
||||
<h2 id="qunit-banner"></h2>
|
||||
<div id="qunit-testrunner-toolbar"></div>
|
||||
<h2 id="qunit-userAgent"></h2>
|
||||
<ol id="qunit-tests"></ol>
|
||||
<div id="qunit-fixture">test markup, will be hidden</div>
|
||||
<script src="http://code.jquery.com/jquery.js" type="text/javascript"></script>
|
||||
<script src="../toastr.js" type="text/javascript"></script>
|
||||
<script src="qunit/qunit.js" type="text/javascript"></script>
|
||||
<script src="unit/toastr-tests.js" type="text/javascript"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user