mirror of
https://github.com/directus/directus.git
synced 2026-02-10 06:15:04 -05:00
6 lines
214 B
JavaScript
6 lines
214 B
JavaScript
module.exports = {
|
|
preset: '@vue/cli-plugin-unit-jest/presets/typescript-and-babel',
|
|
testMatch: ['**/?(*.)+(spec|test).[jt]s?(x)'],
|
|
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/.jest/']
|
|
};
|