es-lints errors
This commit is contained in:
parent
c7f2b0fe58
commit
6754205c51
|
@ -1,10 +1,10 @@
|
|||
import { acceptance } from "helpers/qunit-helpers";
|
||||
import { IMAGE_VERSION as v } from 'pretty-text/emoji';
|
||||
import { resetCache } from 'discourse/components/emoji-picker';
|
||||
import { resetCache } from 'discourse/components/emoji-picker';
|
||||
|
||||
acceptance("EmojiPicker", {
|
||||
loggedIn: true,
|
||||
beforeEach() { resetCache() }
|
||||
beforeEach() { resetCache(); }
|
||||
});
|
||||
|
||||
QUnit.test("emoji picker can be opened/closed", assert => {
|
||||
|
|
Loading…
Reference in New Issue