mirror of
https://gitlab.com/gitlab-org/gitlab-foss.git
synced 2025-08-13 13:31:19 +00:00
Add latest changes from gitlab-org/gitlab@master
This commit is contained in:
@ -1,4 +1,5 @@
|
||||
import { mount } from '@vue/test-utils';
|
||||
import data from 'test_fixtures/deploy_keys/keys.json';
|
||||
import key from '~/deploy_keys/components/key.vue';
|
||||
import DeployKeysStore from '~/deploy_keys/store';
|
||||
import { getTimeago } from '~/lib/utils/datetime_utility';
|
||||
@ -7,8 +8,6 @@ describe('Deploy keys key', () => {
|
||||
let wrapper;
|
||||
let store;
|
||||
|
||||
const data = getJSONFixture('deploy_keys/keys.json');
|
||||
|
||||
const findTextAndTrim = (selector) => wrapper.find(selector).text().trim();
|
||||
|
||||
const createComponent = (propsData) => {
|
||||
|
Reference in New Issue
Block a user