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/services
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
..
current-user-test.js FIX: currentUser was missing appEvents (#11758) 2021-01-19 14:37:21 -05:00
document-title-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00
emoji-store-test.js DEV: Move emoji-store test to the correct dir (#17544) 2022-07-17 23:44:10 +02:00
presence-test.js DEV: Silence one more test (#17375) 2022-07-08 09:15:09 +08:00
screen-track-test.js DEV: Don't double inject in screen-track (#17543) 2022-07-17 23:44:20 +02:00
store-test.js DEV: Replace equal() with strictEqual() (#14827) 2021-11-08 10:26:28 +01:00