Merge branch 'winh-issue-show-aftereach' into 'master'
Remove empty afterEach() from issue_show app_spec.js See merge request !12577
This commit is contained in:
commit
8513072e96
1 changed files with 0 additions and 3 deletions
|
@ -42,9 +42,6 @@ describe('Issuable output', () => {
|
||||||
}).$mount();
|
}).$mount();
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
|
||||||
});
|
|
||||||
|
|
||||||
it('should render a title/description/edited and update title/description/edited on update', (done) => {
|
it('should render a title/description/edited and update title/description/edited on update', (done) => {
|
||||||
vm.poll.options.successCallback({
|
vm.poll.options.successCallback({
|
||||||
json() {
|
json() {
|
||||||
|
|
Loading…
Reference in a new issue