Fix test
This commit is contained in:
parent
e91b0d6c49
commit
567de88a10
|
@ -1,4 +1,4 @@
|
||||||
var Schema = require('jugglingdb').Schema;
|
var Schema = require('../').Schema;
|
||||||
var should = require('should');
|
var should = require('should');
|
||||||
|
|
||||||
describe('JSON property', function() {
|
describe('JSON property', function() {
|
||||||
|
|
Loading…
Reference in New Issue