FIX: Outsourced erb part from emoji.js.es6 (#7168)

This commit is contained in:
Tim Lange
2019-03-15 05:44:49 +01:00
committed by Sam
parent bec3956f7f
commit 37c613dde2
9 changed files with 57 additions and 26 deletions
@@ -1,5 +1,5 @@
import { acceptance } from "helpers/qunit-helpers";
import { IMAGE_VERSION as v } from "pretty-text/emoji";
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
import { resetCache } from "discourse/components/emoji-picker";
acceptance("EmojiPicker", {
@@ -1,4 +1,4 @@
import { IMAGE_VERSION as v } from "pretty-text/emoji";
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
import { acceptance } from "helpers/qunit-helpers";
acceptance("Emoji", { loggedIn: true });
@@ -1,5 +1,5 @@
import { acceptance } from "helpers/qunit-helpers";
import { IMAGE_VERSION as v } from "pretty-text/emoji";
import { IMAGE_VERSION as v } from "pretty-text/emoji/version";
acceptance("Topic", {
loggedIn: true,