mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
6 lines
163 B
JavaScript
6 lines
163 B
JavaScript
const baseConfig = require('./jest.config')
|
|
|
|
module.exports = {
|
|
...baseConfig,
|
|
testMatch: [...baseConfig.testMatch, '**/__tests__/cases/parallel/*.ts?(x)'],
|
|
}
|