Commit 4c186f99 authored by Phil Hughes's avatar Phil Hughes

fixed failing title test

parent 60ce5155
...@@ -8,6 +8,7 @@ const RepoHelper = { ...@@ -8,6 +8,7 @@ const RepoHelper = {
getDefaultActiveFile() { getDefaultActiveFile() {
return { return {
id: '',
active: true, active: true,
binary: false, binary: false,
extension: '', extension: '',
......
...@@ -7,6 +7,7 @@ import { file } from '../mock_data'; ...@@ -7,6 +7,7 @@ import { file } from '../mock_data';
describe('RepoFile', () => { describe('RepoFile', () => {
const updated = 'updated'; const updated = 'updated';
const otherFile = { const otherFile = {
id: 'test',
html: '<p class="file-content">html</p>', html: '<p class="file-content">html</p>',
pageTitle: 'otherpageTitle', pageTitle: 'otherpageTitle',
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment