Add adapter (memory-bogus) test

This commit is contained in:
Anatoliy Chakkaev 2013-01-22 01:22:08 +07:00
parent 91fee1d565
commit 60a680f039
1 changed files with 10 additions and 0 deletions

10
test/adapters_test.js Normal file
View File

@ -0,0 +1,10 @@
var jdb = require('jugglingdb'),
Schema = jdb.Schema,
test = jdb.test;
var schema = new Schema('memory');
test(module.exports, schema);
test.skip('hasMany should be cached');