UNPKG

memorystorage

Version:

Memory-backed implementation of the Web Storage API

20 lines (17 loc) 667 B
<!DOCTYPE html> <html> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>MemoryStorage Tests</title> <script src="../dist/memorystorage.min.js"></script> <!--<script src="../src/memorystorage.js"></script>--> <link rel="stylesheet" href="http://code.jquery.com/qunit/qunit-1.14.0.css"> <body> <a href="index.html">Restart</a> | <a href="test-amd.html">Next Test</a> <h1>MemoryStorage Tests</h1> <a href="test.js">Test code</a> <script src="http://code.jquery.com/qunit/qunit-1.14.0.js"></script> <script src="test.js"></script> <div id="qunit"></div> <div id="qunit-fixture"></div> </body> </html>