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