Skip to content

Commit

Permalink
modified MOCK input in LoginPage.test.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
syedali237 committed Oct 5, 2024
1 parent 47473c3 commit 7f99530
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"@typescript-eslint/no-non-null-asserted-optional-chain": "error",
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-var-requires": "error",
"@typescript-eslint/ban-types": "error",
// "@typescript-eslint/ban-types": "error",
"@typescript-eslint/no-duplicate-enum-values": "error",
"@typescript-eslint/array-type": "error",
"@typescript-eslint/consistent-type-assertions": "error",
Expand Down
4 changes: 2 additions & 2 deletions src/screens/LoginPage/LoginPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ const MOCKS = [
request: {
query: SIGNUP_MUTATION,
variables: {
firstName: 'John',
lastName: 'Doe',
firstName: 'John Patrick ',
lastName: 'Doe ',
email: '[email protected]',
password: 'johnDoe',
},
Expand Down

0 comments on commit 7f99530

Please sign in to comment.