Browse Source

Fix unit tests

tusooa 2 years ago
parent
commit
5f12c3ae76
1 changed files with 2 additions and 1 deletions
  1. 2 1
      test/unit/specs/components/emoji_input.spec.js

+ 2 - 1
test/unit/specs/components/emoji_input.spec.js

@@ -14,7 +14,8 @@ const generateInput = (value, padEmoji = true) => {
               padEmoji
             }
           }
-        }
+        },
+        $t: (msg) => msg
       },
       stubs: {
         FAIcon: true