remove broken test

This commit is contained in:
Moriz Wahl 2021-11-29 21:57:10 +01:00
parent dbdd25293b
commit 0c74fa2970

View File

@ -1,12 +0,0 @@
import i18n from './i18n'
import VueI18n from 'vue-i18n'
jest.mock('vue-i18n')
console.log(require)
describe('i18n', () => {
it('does something', () => {
expect(true).toBeTruthy()
})
})