(dirname: string)
| 4 | // Absolute path to the root test-setup — used as setupFiles so every package |
| 5 | // gets connection-pool cleanup without needing a per-package file. |
| 6 | const rootTestSetup = (dirname: string) => path.resolve(dirname, '../../test/test-setup.ts'); |
| 7 | |
| 8 | export const getSharedVitestConfig = ({ |
| 9 | __dirname: dirname, |
no outgoing calls
no test coverage detected