Skip to content

Commit

Permalink
feat: rm unused userLogin makeFake util
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Mar 24, 2024
1 parent 601cd76 commit 378e85b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 58 deletions.
2 changes: 0 additions & 2 deletions src/tests/utils/makeFake/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { faker } from "@faker-js/faker/locale/en_US";
import { getMakeFakeFn } from "./_helpers";
import { makeFakeTextUpToNumChars } from "./textUpToNumChars";
import { makeFakeUserLogin } from "./userLogin";
import { makeFakeUserProfile } from "./userProfile";
import { makeFakeUserStripeConnectAccount } from "./userStripeConnectAccount";
import { makeFakeUserSubscription } from "./userSubscription";
Expand All @@ -23,7 +22,6 @@ export const makeFake = {
),
textUpToNumChars: makeFakeTextUpToNumChars,
textUpTo255chars: () => makeFakeTextUpToNumChars(255),
userLogin: makeFakeUserLogin,
userProfile: makeFakeUserProfile,
userStripeConnectAccount: makeFakeUserStripeConnectAccount,
userSubscription: makeFakeUserSubscription,
Expand Down
56 changes: 0 additions & 56 deletions src/tests/utils/makeFake/userLogin.ts

This file was deleted.

0 comments on commit 378e85b

Please sign in to comment.