serialijse
Version:
serialize and deserialize your javascript objects, preserve your object model
19 lines (18 loc) • 530 B
HTML
<html>
<head>
<title>Mocha Tests</title>
<meta charset="utf-8">
<link rel="stylesheet" href="../node_modules/mocha/mocha.css">
</head>
<body>
<div id="mocha"></div>
<script src="../node_modules/should/should.js"></script>
<script src="../node_modules/mocha/mocha.js"></script>
<script src="../dist/serialijse.bundle.js"></script>
<script>mocha.setup('bdd');</script>
<script>mocha.checkLeaks();</script>
<script src="../test/test_persistence.js"></script>
<script>mocha.run();</script>
</body>
</html>