(config: GoogleSyncConfig)
| 83 | } |
| 84 | |
| 85 | function setupFakeSyncConfig(config: GoogleSyncConfig): string { |
| 86 | const configFileName = 'sync-test-conf.json'; |
| 87 | fs.writeFileSync(path.join(git.baseDir, configFileName), JSON.stringify(config)); |
| 88 | return configFileName; |
| 89 | } |
| 90 | |
| 91 | describe('assert-enforce-tested', () => { |
| 92 | it('should require a TGP when label is present', async () => { |