Commit cac07a46 authored by Phil Hughes's avatar Phil Hughes

fixed file spec

parent f55f1997
......@@ -58,6 +58,11 @@ describe('RepoFile', () => {
projectId: 'project',
};
store.state.changedFiles.push({
...file('fileName'),
path: 'testing/fileName',
});
createComponent({
file: f,
level: 0,
......
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