mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-01-29 03:59:08 +08:00
12 lines
164 B
JavaScript
12 lines
164 B
JavaScript
const base = require('./jest.config.js');
|
|
|
|
module.exports = {
|
|
...base,
|
|
forceExit: true,
|
|
detectOpenHandles: true,
|
|
testTimeout: 120000,
|
|
maxWorkers: 1,
|
|
};
|
|
|
|
|