knadh / localStorageDB

A simple database layer for localStorage and sessionStorage for creating structured data in the form of databases and tables
http://nadh.in/code/localstoragedb
814 stars 128 forks source link

Add test cases #48 #49

Closed nateriver520 closed 9 years ago

nateriver520 commented 9 years ago
  1. Use mocha and chai as test case package.
  2. Write some basic test cases. 2.update README about how to run test cases.