mirror of
https://gitcode.com/gh_mirrors/re/react-native-pushy.git
synced 2025-09-16 10:21:37 +08:00
feat: CI测试
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
/** @type {import('@jest/types').Config.InitialOptions} */
|
||||
module.exports = {
|
||||
rootDir: '..',
|
||||
testMatch: ['<rootDir>/e2e/**/*.test.js'],
|
||||
testTimeout: 120000,
|
||||
maxWorkers: 1,
|
||||
testMatch: ['**/*.test.ts'],
|
||||
testMatch: ['<rootDir>/e2e/**/*.test.ts'],
|
||||
testTimeout: 240000,
|
||||
maxWorkers: 2,
|
||||
transform: {
|
||||
'\\.tsx?$': 'ts-jest',
|
||||
},
|
||||
|
Reference in New Issue
Block a user