Skip to content

Commit b9b7855

Browse files
committed
test: Remove insignificant test
1 parent e8d92f8 commit b9b7855

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

test/plugin.spec.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -101,16 +101,3 @@ it('loads a lang', async () => {
101101
await loadLanguageAsync('pt');
102102
expect(wrapper.html()).toBe('<h1>Bem-vindo, Francisco!</h1>')
103103
})
104-
105-
it('throws if the import fails', async () => {
106-
expect(() => {
107-
const wrapper = mount({ template: `<div />` }, {
108-
global: {
109-
plugins: [[i18nVue, {
110-
lang: 'invalidlang',
111-
resolve: lang => import(`./fixtures/lang/${lang}.json`),
112-
}]]
113-
}
114-
});
115-
}).toThrow();
116-
})

0 commit comments

Comments
 (0)