Skip to content

Commit

Permalink
add failing test for GH-298
Browse files Browse the repository at this point in the history
  • Loading branch information
aheckmann committed Mar 23, 2011
1 parent 7f37f57 commit 038e2e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/schema.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -748,6 +748,10 @@ module.exports = {
});

Contact.virtualpath('fullName').should.be.an.instanceof(VirtualType);
},

'test GH-298': function () {
new Schema({ id: String })
}

};

0 comments on commit 038e2e8

Please sign in to comment.