tiny icon indicating copy to clipboard operation
tiny copied to clipboard

Error if second run

Open adrai opened this issue 13 years ago • 1 comments

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...

adrai avatar Jun 13 '12 13:06 adrai

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

adrai avatar Jun 13 '12 13:06 adrai