Fix test case typo
Signed-off-by: Supasate Choochaisri <supasate.c@gmail.com>
This commit is contained in:
parent
20d8047198
commit
f967773b2a
|
@ -1644,7 +1644,7 @@ describe('manipulation', function() {
|
|||
|
||||
});
|
||||
|
||||
it('should coerce boolean types properly', function() {
|
||||
it('should coerce date types properly', function() {
|
||||
var p1 = new Person({ name: 'John', dob: '2/1/2015' });
|
||||
p1.dob.should.eql(new Date('2/1/2015'));
|
||||
|
||||
|
|
Loading…
Reference in New Issue