FIX: allows custom groups updates to be reflected without recompilation (#9421)

This commit is contained in:
Joffrey JAFFEUX
2020-04-14 16:43:57 +02:00
committed by GitHub
parent f07c4a781c
commit d9db0e6691
6 changed files with 121 additions and 113 deletions

View File

@@ -22,7 +22,7 @@ QUnit.test("emoji picker can be opened/closed", async assert => {
find(".emoji-picker")
.html()
.trim(),
"",
"<!---->",
"it opens the picker"
);
@@ -31,7 +31,7 @@ QUnit.test("emoji picker can be opened/closed", async assert => {
find(".emoji-picker")
.html()
.trim(),
"",
"<!---->",
"it closes the picker"
);
});