Removes commented code

This commit is contained in:
Filipa Lacerda 2018-07-17 18:23:04 +01:00
parent 3f6c188941
commit cdbff400ea
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8

View file

@ -1,17 +0,0 @@
// 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
// });