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

fixed karma & eslint

parent bc3f710e
...@@ -66,7 +66,7 @@ describe('IDE activity bar', () => { ...@@ -66,7 +66,7 @@ describe('IDE activity bar', () => {
it('calls updateActivityBarView with review value on click', () => { it('calls updateActivityBarView with review value on click', () => {
vm.$el.querySelector('.js-ide-review-mode').click(); vm.$el.querySelector('.js-ide-review-mode').click();
expect(vm.updateActivityBarView).toHaveBeenCalledWith(ActivityBarViews.review); expect(vm.updateActivityBarView).toHaveBeenCalledWith(activityBarViews.review);
}); });
}); });
......
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