7
nibor
3y

First thing Wednesday morning, fired up the macbook, opened vs code, ran the same unit tests that were passing last night, 1 failure! FML.

For some reason an Angular form that was valid with the same data last night isn't this morning. Probably some crappy date issue in the mock data

Comments
  • 4
    Turns out it was a date issue in the mock data, a hard coded date set to 5th Jan.

    Ranting here was as good as rubber duck debugging!
Add Comment