mirror of
https://github.com/bodyrep/DemoApp.git
synced 2026-01-26 15:11:38 +00:00
migrating repo to Bodyrep org
This commit is contained in:
18
node_modules/qs/test/browser/index.html
generated
vendored
Normal file
18
node_modules/qs/test/browser/index.html
generated
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Mocha</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<link rel="stylesheet" href="mocha.css" />
|
||||
<script src="jquery.js" type="text/javascript"></script>
|
||||
<script src="expect.js"></script>
|
||||
<script src="mocha.js"></script>
|
||||
<script>mocha.setup('bdd')</script>
|
||||
<script src="qs.js"></script>
|
||||
<script src="../parse.js"></script>
|
||||
<script src="../stringify.js"></script>
|
||||
<script>onload = mocha.run;</script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="mocha"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user