(config: GoogleSyncConfig)
| 30 | }); |
| 31 | |
| 32 | function setupFakeSyncConfig(config: GoogleSyncConfig): string { |
| 33 | const configFileName = 'sync-test-conf.json'; |
| 34 | fs.writeFileSync(path.join(git.baseDir, configFileName), JSON.stringify(config)); |
| 35 | return configFileName; |
| 36 | } |
| 37 | |
| 38 | describe('gathering stats', () => { |
| 39 | it('unless the g3 merge config is not defined in the caretaker config', async () => { |