Browse Source

test(core): Fix bad import path

Michael Bromley 5 years ago
parent
commit
cbcd21f5f1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/core/e2e/custom-permissions.e2e-spec.ts

+ 1 - 1
packages/core/e2e/custom-permissions.e2e-spec.ts

@@ -1,4 +1,4 @@
-import { mergeConfig } from '@vendure/common/lib/merge-config';
+import { mergeConfig } from '@vendure/core';
 import gql from 'graphql-tag';
 import gql from 'graphql-tag';
 import path from 'path';
 import path from 'path';