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