mirror of
https://github.com/discourse/discourse.git
synced 2025-05-28 13:51:18 +08:00
DEV: Fix some more flaky tests (#9384)
Includes: * DEV: Don't overwrite a computed property in test
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
QUnit.module("lib:emoji-store", {
|
||||
beforeEach() {
|
||||
const store = Discourse.__container__.lookup("service:emoji-store");
|
||||
store.reset();
|
||||
},
|
||||
afterEach() {
|
||||
const store = Discourse.__container__.lookup("service:emoji-store");
|
||||
store.reset();
|
||||
|
Reference in New Issue
Block a user