cloudworker-proxy
Version:
An api gateway for cloudflare workers
27 lines (24 loc) • 599 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>dot-querystring Tests</title>
<link rel="stylesheet" href="../deps/mocha.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script src="../deps/chai.js"></script>
<script src="../deps/mocha.js"></script>
<script>
mocha.setup('bdd')
</script>
<script src="../lib/dot-querystring.js"></script>
<script src="test-dot-querystring.js"></script>
<script>
$(function(){
chai.should();
mocha.run()
})
</script>
</head>
<body>
<div id="mocha"></div>
</body>
</html>