Commit 6607e851 authored by Phil Hughes's avatar Phil Hughes

fixed karma specs

parent 655692d4
...@@ -32,10 +32,6 @@ describe('IDE changed file icon', () => { ...@@ -32,10 +32,6 @@ describe('IDE changed file icon', () => {
}); });
describe('changedIconClass', () => { describe('changedIconClass', () => {
it('includes multi-file-changed-icon as standard', () => {
expect(vm.changedIconClass).toContain('multi-file-changed-icon');
});
it('includes multi-file-modified when not a temp file', () => { it('includes multi-file-modified when not a temp file', () => {
expect(vm.changedIconClass).toContain('multi-file-modified'); expect(vm.changedIconClass).toContain('multi-file-modified');
}); });
......
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