UNPKG

@mytmpvpn/mytmpvpn-client

Version:

MyTmpVpn Client Library

13 lines (12 loc) 257 B
"use strict"; module.exports = { testEnvironment: 'node', roots: ['<rootDir>/test'], testMatch: ['**/*.test.ts'], transform: { '^.+\\.tsx?$': 'ts-jest' }, maxWorkers: 100, maxConcurrency: 100, testTimeout: 1800000 };