abuiles / ember-cli-101-errata

18 stars 4 forks source link

Page 123: Format date unit test typo #211

Open edymerchk opened 9 years ago

edymerchk commented 9 years ago

According with the assertion

this ->

var date = new Date("11-3-2015");

should be

var date = new Date("11-3-2014");

using version published on 2015-04-23