bugzilla-dashboard/test/utils
Mohamed Shadab dcefa04db4 Issue #32 - Fixes bug in code for putting bugs into buckets (#33)
Problem: The Date() API creates a date object with the current UTC time, where as when the same object is passed into moment its converted to the local timezone, so when ever the local time zone has moved to the next day and UTC is behind(or vice-versa), one of the tests fail.

Fix: Create date objects using moment instead of the Date() API.
2019-03-12 15:02:18 -04:00
..
toDayOfWeek.test.js Issue #32 - Fixes bug in code for putting bugs into buckets (#33) 2019-03-12 15:02:18 -04:00