Skip to content

Commit

Permalink
Remove Shopify adapter imports and update faker method for user avata…
Browse files Browse the repository at this point in the history
…r in tests
  • Loading branch information
jamalsoueidan committed Mar 13, 2024
1 parent ce1a476 commit e7a3446
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/functions/webhook-order.function.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@shopify/shopify-api/adapters/node";
import "module-alias/register";

import {
Expand Down
1 change: 0 additions & 1 deletion src/functions/webhook-product.function.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import "@shopify/shopify-api/adapters/node";
import "module-alias/register";

import {
Expand Down
2 changes: 1 addition & 1 deletion src/library/jest/helpers/user.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export const getUserObject = (
isBusiness: true,
images: {
profile: {
url: faker.internet.avatar(),
url: faker.image.avatar(),
},
},
speaks: [faker.location.countryCode()],
Expand Down

0 comments on commit e7a3446

Please sign in to comment.