mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-17 14:47:53 +01:00
tests: fix client unit tests
This commit is contained in:
@@ -14,7 +14,7 @@ describe('i18n plugin', () => {
|
||||
});
|
||||
|
||||
it('adds $t to Vue.prototype', () => {
|
||||
expect(Vue.prototype.$t).to.be.a.function;
|
||||
expect(Vue.prototype.$t).to.exist;
|
||||
});
|
||||
|
||||
it('$t is a proxy for common/i18n.t', () => {
|
||||
|
||||
Reference in New Issue
Block a user