Update src/snapshot-generator.test.ts

Co-authored-by: Mitchell Rysavy <mitchell.rysavy@gmail.com>
This commit is contained in:
David Wiggs
2024-07-29 10:08:09 -05:00
committed by GitHub
parent 967455e178
commit 73d9d97f9f
+3
View File
@@ -74,6 +74,9 @@ describe('snapshot-generator', () => {
const mavenSettingsFile = getMavenSettingsFile();
const snapshotConfig = {
correlator: 'configCorrelator',
job: {
correlator: 'jobCorrelator'
}
};
const snapshot = await generateSnapshot(projectDir, undefined, snapshotConfig);