tiny
tiny copied to clipboard
Error if second run
I have a test that saves some stuff in the db. When I rerun the test without having deleted the tiny file i cannot read from it correctly. If i do a find it returns empty objects...
You can test it my replacing line 4: , repository = require('../lib/databases/inMemory') with line 4: , repository = require('../lib/databases/tiny') in https://github.com/adrai/node-viewmodel/blob/master/test/repositoryWriteImplementationTest.js