Skip to content
Snippets Groups Projects
Commit 4f0a1698 authored by Filipa Lacerda's avatar Filipa Lacerda
Browse files

Fix eslint

Remove unused method
parent 7bab2791
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -76,6 +76,10 @@ $(() => {
},
},
 
/**
* Fetches all the environmnets and stores them.
* Toggles loading property.
*/
created() {
window.gl.environmentsService = new EnvironmentsService(this.endpoint);
 
Loading
Loading
@@ -94,14 +98,6 @@ $(() => {
});
},
 
/**
* Fetches all the environmnets and stores them.
* Toggles loading property.
*/
mounted() {
},
/**
* Transforms the url parameter into an object and
* returns the one requested.
Loading
Loading
//= require vue_common_component/commit
 
describe('Commit component', () => {
let props;
let component;
 
it('should render a code-fork icon if it does not represent a tag', () => {
fixture.set('<div class="test-commit-container"></div>');
component = new window.gl.CommitComponent({
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment