mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-10 10:21:55 +00:00
10 lines
226 B
JavaScript
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',
|
|
},
|
|
},
|
|
};
|