Commit 29838648 authored by Michael Lunøe's avatar Michael Lunøe Committed by Phil Hughes

Refactor(Cloud License): correct test file dir

parent 3b9a71db
......@@ -15,7 +15,7 @@ import createMockApollo from 'helpers/mock_apollo_helper';
import { stubComponent } from 'helpers/stub_component';
import { extendedWrapper } from 'helpers/vue_test_utils_helper';
import waitForPromises from 'helpers/wait_for_promises';
import { preventDefault, stopPropagation } from '../../test_helpers';
import { preventDefault, stopPropagation } from 'ee_jest/admin/test_helpers';
import {
activateLicenseMutationResponse,
fakeActivationCodeTrimmed,
......
......@@ -11,7 +11,7 @@ import {
SUBSCRIPTION_ACTIVATION_SUCCESS_EVENT,
subscriptionActivationInsertCode,
} from 'ee/admin/subscriptions/show/constants';
import { preventDefault } from '../../test_helpers';
import { preventDefault } from 'ee_jest/admin/test_helpers';
import { activateLicenseMutationResponse } from '../mock_data';
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