Skip to content

Commit

Permalink
Update faker
Browse files Browse the repository at this point in the history
  • Loading branch information
Apsysikal committed Dec 8, 2024
1 parent 5c6dff7 commit 41d15d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ declare global {
}

function login({
email = faker.internet.email(undefined, undefined, "example.com"),
email = faker.internet.email({ provider: "example.com" }),
}: {
email?: string;
} = {}) {
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@faker-js/faker": "^8.4.1",
"@faker-js/faker": "^9.3.0",
"@remix-run/dev": "^2.15.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/jest-dom": "^6.6.3",
Expand Down

0 comments on commit 41d15d8

Please sign in to comment.