🆙 vue in jest.config

This commit is contained in:
SNDST00M: M.U.N.I.N 2021-10-10 11:19:03 +01:00
parent 88bbe25afd
commit 51ed4bfbd5
No known key found for this signature in database
GPG Key ID: 0C7CE6F01FC333C5

View File

@ -8,7 +8,7 @@ export default {
],
transform: {
'^.+\\.ts$': 'ts-jest',
'^.+\\.vue$': 'vue-jest'
'^.+\\.vue$': '@vue/vue3-jest'
},
moduleNameMapper: {
'^@/(.*)$': '<rootDir>/src/$1',