frequi_origin/jest.config.js

10 lines
226 B
JavaScript
Raw Normal View History

2020-11-10 19:52:39 +00:00
module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
2021-12-18 10:16:15 +00:00
// testMatch: ['**/tests/unit/**/*.test.[jt]s?(x)'],
globals: {
'ts-jest': {
tsConfig: 'tests/tsconfig.json',
},
},
2020-11-10 19:52:39 +00:00
};