Commit 8fd95496 authored by Filipa Lacerda's avatar Filipa Lacerda

Remove commented code

parent 1525853f
......@@ -76,8 +76,6 @@ describe('Environment', () => {
component = new EnvironmentsComponent({
el: document.querySelector('#environments-list-view'),
});
// component.fetchEnvironments();
});
afterEach(() => {
......
......@@ -39,7 +39,6 @@ describe('Environments Folder View', () => {
component = new EnvironmentsFolderViewComponent({
el: document.querySelector('#environments-folder-list-view'),
});
// component.fetchEnvironments();
});
afterEach(() => {
......
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