Skip to content

Commit

Permalink
To rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
byrichardpowell committed Aug 21, 2023
1 parent 5d9fc80 commit 2cb3b75
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Shopify,
} from '@shopify/shopify-api';

import {shopifyApp} from '../..';
import {shopifyApp} from '../../../..';
import {
APP_URL,
BASE64_HOST,
Expand All @@ -18,9 +18,9 @@ import {
setUpValidSession,
signRequestCookie,
testConfig,
} from '../../__tests__/test-helper';
import {mockExternalRequest} from '../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../auth/const';
} from '../../../../__tests__/test-helper';
import {mockExternalRequest} from '../../../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../../const';

import * as responses from './mock-responses';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import {
Shopify,
} from '@shopify/shopify-api';

import {shopifyApp} from '../..';
import {shopifyApp} from '../../../..';
import {
APP_URL,
BASE64_HOST,
Expand All @@ -19,12 +19,12 @@ import {
setUpValidSession,
signRequestCookie,
testConfig,
} from '../../__tests__/test-helper';
} from '../../../../__tests__/test-helper';
import {
mockExternalRequest,
mockExternalRequests,
} from '../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../auth/const';
} from '../../../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../../const';

import * as responses from './mock-responses';

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import {
Shopify,
} from '@shopify/shopify-api';

import {shopifyApp} from '../..';
import {shopifyApp} from '../../../..';
import {
APP_URL,
BASE64_HOST,
Expand All @@ -18,9 +18,9 @@ import {
setUpValidSession,
signRequestCookie,
testConfig,
} from '../../__tests__/test-helper';
import {mockExternalRequest} from '../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../auth/const';
} from '../../../../__tests__/test-helper';
import {mockExternalRequest} from '../../../../__tests__/request-mock';
import {REAUTH_URL_HEADER} from '../../../const';

import * as responses from './mock-responses';

Expand Down

0 comments on commit 2cb3b75

Please sign in to comment.