frequi_origin/jest.config.js
2021-12-18 14:09:47 +01:00

10 lines
226 B
JavaScript

module.exports = {
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
// testMatch: ['**/tests/unit/**/*.test.[jt]s?(x)'],
globals: {
'ts-jest': {
tsConfig: 'tests/tsconfig.json',
},
},
};