Chart.js/test
Simon Brunel c6bda02468 Rewrite unit test waitForResize helper (#4566)
The original implementation tries to intercept events from the chart internal iframe, which ones failing on Chrome 60. Checking internals doesn't seem the best approach, instead we could consider that a chart has been resized after the resize method has been called and processed. So let's hook `Chart.resize` and callback once it's done.
2017-07-26 13:33:45 +02:00
..
fixtures Fix labelOffset not working for vertical axes (#4249) 2017-07-15 10:19:16 +02:00
specs Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
.eslintrc Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
jasmine.context.js Cleanup and reorganize core and canvas helpers 2017-06-24 13:28:52 -04:00
jasmine.index.js Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00
jasmine.matchers.js Enforce spaces around infix/unary words operators (#4547) 2017-07-22 14:13:09 +02:00
jasmine.utils.js Rewrite unit test waitForResize helper (#4566) 2017-07-26 13:33:45 +02:00