1 // Jest Snapshot v1, https://goo.gl/fbAQLP
3 exports[`should render correctly for "cfamily" 1`] = `
5 branchesEnabled={false}
29 onDone={[MockFunction]}
33 exports[`should render correctly for "dotnet" 1`] = `
35 branchesEnabled={false}
59 onDone={[MockFunction]}
63 exports[`should render correctly for "gradle" 1`] = `
65 branchesEnabled={false}
89 onDone={[MockFunction]}
93 exports[`should render correctly for "maven" 1`] = `
95 branchesEnabled={false}
118 mainBranchName="main"
119 onDone={[MockFunction]}
123 exports[`should render correctly for "other" 1`] = `
125 branchesEnabled={false}
148 mainBranchName="main"
149 onDone={[MockFunction]}
153 exports[`should render correctly for undefined 1`] = `""`;