Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/formik to react hook form migration #87

Merged
merged 42 commits into from
Nov 5, 2020

Conversation

saulipurhonen
Copy link
Contributor

Description

This pull request handles both component tests and migration from Formik to React Hook Form.

Related issues

Fixes #84 and #71

Type of change

  • New feature (non-breaking change which adds functionality)

Changes Made

  • Use React Testing Library for tests
  • Added integration tests for components
  • Migrated from Formik to React Hook Form
  • Formik was used in folder creation and xml upload
  • Updated arcitecture.md to match current state of form tools

Testing

  • Integration Tests

Copy link

@csc-jm-zz csc-jm-zz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests look good and testing around with this branch yielded no immediate noticeable errors to me. Merging #86 to this also didn't seem to cause problems.

@blankdots
Copy link
Contributor

functionality seems to be there. approved

@saulipurhonen saulipurhonen merged commit c530b86 into develop Nov 5, 2020
@saulipurhonen saulipurhonen deleted the feature/formik-to-react-hook-form-migration branch November 5, 2020 06:19
@blankdots blankdots mentioned this pull request Nov 23, 2020
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wizard component tests Investigate if all forms can be moved to work with react-hook-forms
3 participants