Commit 553346a4 authored by Winnie Hellmann's avatar Winnie Hellmann

Remove empty afterEach() from issue_show app_spec.js

parent 37011af0
......@@ -42,9 +42,6 @@ describe('Issuable output', () => {
}).$mount();
});
afterEach(() => {
});
it('should render a title/description/edited and update title/description/edited on update', (done) => {
vm.poll.options.successCallback({
json() {
......
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