This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/app/assets/javascripts/discourse/tests/unit
Jarek Radosz 070b1cbed6
DEV: Don't double inject in screen-track (#17543)
1. Injecting `appEvents` service into `screen-track` was unnecessary as it's already injected into all services (and was causing an assertion error)
2. Return a promise from `sendNextConsolidatedTiming()` (no need for `await settled()` then)
2022-07-17 23:44:20 +02:00
..
controllers DEV: Stop overriding an injected property in topic controller test (#17450) 2022-07-12 17:29:11 +01:00
ember FIX: Allow connector template names to be camelCase (#17371) 2022-07-07 12:42:23 +01:00
lib DEV: Move emoji-store test to the correct dir (#17544) 2022-07-17 23:44:10 +02:00
mixins DEV: Deprecate assert.not() (#15595) 2022-02-09 18:49:05 +01:00
models DEV: Extensively use includes() (#17541) 2022-07-17 20:48:36 +02:00
services DEV: Don't double inject in screen-track (#17543) 2022-07-17 23:44:20 +02:00
utils DEV: Switch from htmlbars-inline-precompile to ember-cli-htmlbars (#17424) 2022-07-11 15:25:40 +01:00
localization-test.js FIX: Translation overrides from fallback locale didn't work on client 2021-12-17 14:03:35 +01:00