提交 4f0a1698 编写于 作者: F Filipa Lacerda

Fix eslint

Remove unused method
上级 7bab2791
......@@ -76,6 +76,10 @@ $(() => {
},
},
/**
* Fetches all the environmnets and stores them.
* Toggles loading property.
*/
created() {
window.gl.environmentsService = new EnvironmentsService(this.endpoint);
......@@ -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.
......
//= 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({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册