load-google-maps-api-2
Version:
A thin, Promise-returning helper for loading the Google Maps JavaScript API.
25 lines (20 loc) • 517 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<script src="../node_modules/chai/chai.js"></script>
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../index.js"></script>
</head>
<body>
<div id="mocha"></div>
<script>mocha.setup('bdd')</script>
<script src="./test.js"></script>
<script>
//mocha.checkLeaks();
// mocha.globals(['jQuery']);
mocha.run();
</script>
</body>
</html>