discourse/test
Jarek Radosz 1dcdcb5c31
FIX: Cast all numerical values in reports (#8087)
* FIX: Cast all numerical values in reports

The backend can return some numerical values in report as strings. That results in unexpected order of values when sorting report tables.

* Create `toNumber()` helper

The `typeof` and `parseFloat` seem to be the fastest path: https://jsperf.com/number-vs-typeof-vs-parsefloat#results
2019-09-12 15:17:34 +02:00
..
javascripts FIX: Cast all numerical values in reports (#8087) 2019-09-12 15:17:34 +02:00
stylesheets Manage qunit via yarn. 2018-09-11 15:07:28 +08:00
run-qunit.js DEV: uses ember-cli recommended chrome flags (#7939) 2019-07-25 11:38:05 +02:00
smoke_test.js DEV: Increase wait duration between smoke test further during edit. 2019-06-14 12:21:54 +08:00