@mytmpvpn/mytmpvpn-client
Version:
MyTmpVpn Client Library
15 lines (14 loc) • 366 B
JavaScript
;
module.exports = {
testEnvironment: 'node',
roots: ['<rootDir>/test'],
testMatch: ['**/*.test.ts'],
transform: {
'^.+\\.tsx?$': 'ts-jest'
},
// Tests are I/O based not CPU based, so let's fire all tests
// at the same time to save some time
maxWorkers: 100,
maxConcurrency: 100,
testTimeout: 1800000
};