From 0c74fa2970a8cbf5ba51110d353080ea015b2dd5 Mon Sep 17 00:00:00 2001 From: Moriz Wahl Date: Mon, 29 Nov 2021 21:57:10 +0100 Subject: [PATCH] remove broken test --- frontend/src/i18n.test.js | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 frontend/src/i18n.test.js diff --git a/frontend/src/i18n.test.js b/frontend/src/i18n.test.js deleted file mode 100644 index 7ef417cbd..000000000 --- a/frontend/src/i18n.test.js +++ /dev/null @@ -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() - }) -})