mirror of https://github.com/seald/nedb
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
309 B
13 lines
309 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Test NeDB persistence in the browser - Results</title>
|
|
<link rel="stylesheet" href="mocha.css">
|
|
</head>
|
|
<body>
|
|
<div id="results"></div>
|
|
<script src="../out/nedb.js"></script>
|
|
<script src="./testPersistence2.js"></script>
|
|
</body>
|
|
</html>
|
|
|