Skip to content
代码片段 群组 项目
提交 a0540eb2 编辑于 作者: Marcel van Remmerden's avatar Marcel van Remmerden
浏览文件

Fix prettier error

上级 2061413d
No related branches found
No related tags found
无相关合并请求
...@@ -51,8 +51,9 @@ describe('ProjectsTable component', () => { ...@@ -51,8 +51,9 @@ describe('ProjectsTable component', () => {
const findCreateModal = () => findModalByModalId('create-framework-form-modal'); const findCreateModal = () => findModalByModalId('create-framework-form-modal');
const findEditModal = () => findModalByModalId('edit-framework-form-modal'); const findEditModal = () => findModalByModalId('edit-framework-form-modal');
const findSelectAllCheckbox = () => const findSelectAllCheckbox = () =>
findTable().findAll('th > div').at(0).findComponent(GlFormCheckbox); const findSelectedRows = () => findTable().findAll('.b-table-row-selected'); findTable().findAll('th > div').at(0).findComponent(GlFormCheckbox);
const findSelectedRows = () => findTable().findAll('.b-table-row-selected');
const isIndeterminate = (glFormCheckbox) => glFormCheckbox.vm.$attrs.indeterminate; const isIndeterminate = (glFormCheckbox) => glFormCheckbox.vm.$attrs.indeterminate;
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册