This commit is contained in:
Anatoliy Chakkaev 2013-03-25 02:29:13 +04:00
parent e91b0d6c49
commit 567de88a10
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
var Schema = require('jugglingdb').Schema;
var Schema = require('../').Schema;
var should = require('should');
describe('JSON property', function() {