mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-05-17 21:10:43 +00:00
### 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
12 lines
391 B
JavaScript
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,
|
|
};
|