oni/ui-tests/VersionControl/__snapshots__/VersionControlComponents.te...

19 lines
369 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`<Branch /> should match last known snapshot unless we make a change 1`] = `
<styled.div>
<styled.span>
<OcticonByName
name="git-branch"
/>
<styled.span>
test-branch
<Component
deletions={8}
insertions={2}
/>
</styled.span>
</styled.span>
</styled.div>
`;