jest.config.js 138 B

123456
  1. module.exports = {
  2. preset: "@vue/cli-plugin-unit-jest/presets/typescript-and-babel",
  3. transform: {
  4. "^.+\\.vue$": "vue-jest"
  5. }
  6. };