added nedb to the mix

This commit is contained in:
2016-11-17 12:20:52 +01:00
parent 3a24f829b4
commit af8c41ad6c
16 changed files with 105 additions and 58 deletions

View File

@@ -85,6 +85,7 @@ describe('smartdata', function () {
color: 'red',
property2: 2
})
console.log(TestCar)
should(testCarInstance.collection).be.instanceof(smartdata.DbCollection)
should(testCarInstance).be.instanceof(smartdata.DbDoc)
testCarInstance.save()