mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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
Block a user