( rootDir: string, displayName: string, )
| 16 | }; |
| 17 | |
| 18 | export function createConfig( |
| 19 | rootDir: string, |
| 20 | displayName: string, |
| 21 | ): JestConfigWithTsJest { |
| 22 | return { |
| 23 | ...config, |
| 24 | rootDir, |
| 25 | displayName, |
| 26 | }; |
| 27 | } |
| 28 | |
| 29 | export default config; |
no outgoing calls
no test coverage detected
searching dependent graphs…