Commit ceb4e944 authored by Phil Hughes's avatar Phil Hughes

Merge branch '334412-mlunoe-move-specs-into-folder-matching-original-files' into 'master'

Refactor(Cloud License): correct test file dir

See merge request gitlab-org/gitlab!72279
parents a8015e1b 29838648
...@@ -15,7 +15,7 @@ import createMockApollo from 'helpers/mock_apollo_helper'; ...@@ -15,7 +15,7 @@ import createMockApollo from 'helpers/mock_apollo_helper';
import { stubComponent } from 'helpers/stub_component'; import { stubComponent } from 'helpers/stub_component';
import { extendedWrapper } from 'helpers/vue_test_utils_helper'; import { extendedWrapper } from 'helpers/vue_test_utils_helper';
import waitForPromises from 'helpers/wait_for_promises'; import waitForPromises from 'helpers/wait_for_promises';
import { preventDefault, stopPropagation } from '../../test_helpers'; import { preventDefault, stopPropagation } from 'ee_jest/admin/test_helpers';
import { import {
activateLicenseMutationResponse, activateLicenseMutationResponse,
fakeActivationCodeTrimmed, fakeActivationCodeTrimmed,
......
...@@ -11,7 +11,7 @@ import { ...@@ -11,7 +11,7 @@ import {
SUBSCRIPTION_ACTIVATION_SUCCESS_EVENT, SUBSCRIPTION_ACTIVATION_SUCCESS_EVENT,
subscriptionActivationInsertCode, subscriptionActivationInsertCode,
} from 'ee/admin/subscriptions/show/constants'; } from 'ee/admin/subscriptions/show/constants';
import { preventDefault } from '../../test_helpers'; import { preventDefault } from 'ee_jest/admin/test_helpers';
import { activateLicenseMutationResponse } from '../mock_data'; import { activateLicenseMutationResponse } from '../mock_data';
const modalId = 'fake-modal-id'; const modalId = 'fake-modal-id';
......
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