Skip to content

Commit

Permalink
Replace hook form with formik (saleor#679)
Browse files Browse the repository at this point in the history
Fixes saleor#627

Stuff left to do:
- needs full QA 
- guest address form auto submission with autocomplete is not working,
opened a [separate
ticket](https://github.com/saleor/react-storefront/issues/704) to figure
out a workaround

---------

Co-authored-by: Michał Miszczyszyn <[email protected]>
  • Loading branch information
Magdalena Markusik and typeofweb authored Feb 3, 2023
1 parent 436ac13 commit a86ec3e
Show file tree
Hide file tree
Showing 167 changed files with 18,022 additions and 26,056 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ pnpm-lock.yaml
**/.next
**/_next
**/.turbo
apps/saleor-app-checkout/content/compiled-locales/*
2 changes: 1 addition & 1 deletion apps/saleor-app-checkout/content/compiled-locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -329,4 +329,4 @@
"value": "Not found"
}
]
}
}
2 changes: 2 additions & 0 deletions apps/saleor-app-checkout/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ module.exports = {
setupFiles: ["./setupTestsBeforeEnv.ts"],
setupFilesAfterEnv: ["./setupTestsAfterEnv.ts"],
testEnvironment: "setup-polly-jest/jest-environment-node",
// temporarily because they fail randomly in ci
testPathIgnorePatterns: ["<rootDir>/__tests__/pages/api/webhooks/*"],
};
Loading

0 comments on commit a86ec3e

Please sign in to comment.