pouch-summa
Version:
Makes PouchDB deal better with databases synced from SummaDB.
28 lines (26 loc) • 940 B
HTML
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mocha Tests</title>
<link rel="stylesheet" href="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.css" />
<script src="https://cdnjs.cloudflare.com/ajax/libs/pouchdb/5.1.0/pouchdb.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/chai/3.4.1/chai.min.js"></script>
<script src="./bind-polyfill.js"></script>
<script src="https://cdn.rawgit.com/nolanlawson/transform-pouch/v1.0.2/dist/pouchdb.transform-pouch.min.js"></script>
<script src="../dist/pouchdb.summa.js"></script>
<script src="https://cdn.rawgit.com/mochajs/mocha/2.2.5/mocha.js"></script>
<script>
mocha.setup('bdd');
</script>
</head>
<body>
<div id="mocha"></div>
<script>mocha.setup('bdd')</script>
<script src="./test.js"></script>
<script>
mocha.checkLeaks();
mocha.run();
</script>
</body>
</html>