onnxruntime/js/react_native/e2e/test/jest.config.js
Jian Chen 39db20f3ff
Updating react-native to 0.70.15 (#23279)
### Description
Updating react-native to 0.70.15



### Motivation and Context
To address the issue with the failed checksum after boost switching URL
from Jfrog
2025-01-14 14:09:49 -08:00

12 lines
391 B
JavaScript

/** @type {import('@jest/types').Config.InitialOptions} */
module.exports = {
rootDir: '..',
testMatch: ['<rootDir>/test/**/*.test.js'],
testTimeout: 240000,
maxWorkers: 1,
globalSetup: 'detox/runners/jest/globalSetup',
globalTeardown: 'detox/runners/jest/globalTeardown',
reporters: ['jest-junit'],
testEnvironment: 'detox/runners/jest/testEnvironment',
verbose: true,
};