Added link to PR in code.

This commit is contained in:
orangemug 2015-05-04 08:37:23 +01:00
parent 7937ea7c2e
commit a59d3cff01
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ describe("bugs", function() {
var schemajs = (typeof window === 'undefined') ? require('../schema') : window.schema;
var expect = (typeof window === 'undefined') ? require('chai').expect : window.chai.expect;
// <https://github.com/eleith/schemajs/pull/13>
it("Dates defaulting when not empty (#13)", function() {
var date1 = new Date;
var date2 = new Date(1985, 12);