Add adapter (memory-bogus) test
This commit is contained in:
parent
91fee1d565
commit
60a680f039
|
@ -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');
|
||||
|
Loading…
Reference in New Issue