Commit 9dce759f authored by Phil Hughes's avatar Phil Hughes

fixed getters spec

parent 433ad2d0
......@@ -146,6 +146,9 @@ describe('IDE store getters', () => {
it('returns the last commit of the current branch on the current project', () => {
const commitTitle = 'Example commit title';
const localGetters = {
currentProject: {
name: 'test-project',
},
currentBranch: {
commit: {
title: commitTitle,
......
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