Commit cdbff400 authored by Filipa Lacerda's avatar Filipa Lacerda

Removes commented code

parent 3f6c1889
// import Vue from 'vue';
// import reportIssues from '~/vue_shared/reports/components/report_issues.vue';
// describe('Report issues', () => {
// let vm;
// let ReportIssues;
// beforeEach(() => {
// ReportIssues = Vue.extend(reportIssues);
// });
// afterEach(() => {
// vm.$destroy();
// });
// // TODO
// });
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