[ci skip] Fix repo_binary_viewer_spec

This commit is contained in:
Luke "Jared" Bennett 2017-08-01 13:02:41 +01:00
parent 5622c090dc
commit 4779873893
No known key found for this signature in database
GPG key ID: 402ED51FB5D306C2

View file

@ -30,7 +30,7 @@ describe('RepoBinaryViewer', () => {
it('renders an div with content if its markdown', () => {
const binaryTypes = {
markdown: true,
md: true,
};
const activeFile = {
html: 'markdown',