Chart.js/test
Josh Kelley 957ca837d5
Specify UTC time zone for the test suite (#9945)
The controller.bar/not-grouped/on-time test was failing on my computer because the date ranges happen to cross the end of Daylight Saving Time in the U.S., so chart was generated with one more hour of time than the test fixture expected.

Using moment-timezone to specify a fixed time zone with no DST seemed like the most robust fix. (Alternatively, I could pick a date range that doesn't change DST; that ought to work.)
2021-12-06 07:38:39 -05:00
..
fixtures Feature/active elements on top (#9920) 2021-12-05 08:56:53 -05:00
specs Specify UTC time zone for the test suite (#9945) 2021-12-06 07:38:39 -05:00
.eslintrc.yml Loosen the max-statements lint rule for tests (#8638) 2021-03-14 11:07:39 -04:00
BasicChartWebWorker.js Update eslint-config-chartjs to v0.3.0 (#8406) 2021-02-10 08:21:39 -05:00
index.js Specify UTC time zone for the test suite (#9945) 2021-12-06 07:38:39 -05:00