This commit is contained in:
Enrique Hernandez 2020-10-06 21:09:02 -05:00
commit ee6b0c3c5c
22 changed files with 11747 additions and 0 deletions

6
jest.config.js Normal file
View file

@ -0,0 +1,6 @@
module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
transform: {
'^.+\\.vue$': 'vue-jest'
}
}