diff --git a/test/index.js b/test/index.js index e5ff322..79d03e0 100644 --- a/test/index.js +++ b/test/index.js @@ -4,7 +4,7 @@ var should = require('should'); it('should support blank strings', function(){ var node = parse(''); - node.should.eql({ declaration: null, root: null }); + node.should.eql({ declaration: undefined, root: undefined }); }) it('should support declarations', function(){