( testSuiteArg: string, writeDBAdapter: boolean, skipGenImportMap: boolean = false, configFile?: string, )
| 1 | import { initDevAndTest } from './initDevAndTest.js' |
| 2 | |
| 3 | export async function runInit( |
| 4 | testSuiteArg: string, |
| 5 | writeDBAdapter: boolean, |
| 6 | skipGenImportMap: boolean = false, |
| 7 | configFile?: string, |
| 8 | ): Promise<void> { |
| 9 | await initDevAndTest(testSuiteArg, String(writeDBAdapter), String(skipGenImportMap), configFile) |
| 10 | } |
no test coverage detected
searching dependent graphs…