diff --git a/app/frontend/jest.config.js b/app/frontend/jest.config.js index 422069dce..bf28a52f6 100644 --- a/app/frontend/jest.config.js +++ b/app/frontend/jest.config.js @@ -5,8 +5,7 @@ module.exports = { 'js', 'jsx', 'json', - 'vue', - '.mjs' + 'vue' ], transform: { '^.+\\.vue$': 'vue-jest',