es-lints errors

This commit is contained in:
Joffrey JAFFEUX 2017-07-21 14:27:18 +02:00
parent c7f2b0fe58
commit 6754205c51
1 changed files with 2 additions and 2 deletions

View File

@ -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 => {