module.exports = { preset: '@vue/cli-plugin-unit-jest/presets/no-babel', testEnvironment: 'node', "jest": { "moduleFileExtensions": [ "js", "json", // tell Jest to handle `*.vue` files "vue" ], "transform": { // process `*.vue` files with `vue-jest` ".*\\.(vue)$": "vue-jest" } } };