()
| 9 | import {shouldRunInBand} from '../testSchedulerHelper'; |
| 10 | |
| 11 | const getTestMock = () => ({ |
| 12 | context: { |
| 13 | config: { |
| 14 | runner: 'jest-runner-parallel', |
| 15 | }, |
| 16 | hasteFS: { |
| 17 | matchFiles: jest.fn(() => []), |
| 18 | }, |
| 19 | }, |
| 20 | path: './test/path.js', |
| 21 | }); |
| 22 | |
| 23 | const getTestsMock = () => [getTestMock(), getTestMock()]; |
| 24 |
no test coverage detected