PPTist/jest.config.js

7 lines
139 B
JavaScript
Raw Normal View History

2020-12-10 19:14:45 +08:00
module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
transform: {
2020-12-11 10:47:53 +08:00
'^.+\\.vue$': 'vue-jest',
},
2020-12-10 19:14:45 +08:00
}