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

πŸ’š Stabilize tests on jsonValue #3880

Merged
merged 1 commit into from May 17, 2023
Merged

πŸ’š Stabilize tests on jsonValue #3880

merged 1 commit into from May 17, 2023

Conversation

dubzzz
Copy link
Owner

@dubzzz dubzzz commented May 17, 2023

THe current implementation of the test suffered from the fact that fc.stringify was producing valid JS values while JSON.parse was expecting valid JSON values. As the two specs are not fully aligned being a valid JS value does not imply being a valid JSON one.

Fixes #3478

Category:

  • ✨ Introduce new features
  • πŸ“ Add or update documentation
  • βœ… Add or update tests
  • πŸ› Fix a bug
  • 🏷️ Add or update types
  • ⚑️ Improve performance
  • Other(s): ...

Potential impacts:

  • Generated values
  • Shrink values
  • Performance
  • Typings
  • Other(s): ...

THe current implementation of the test suffered from the fact that `fc.stringify` was producing valid JS values while `JSON.parse` was expecting valid JSON values. As the two specs are not fully aligned being a valid JS value does not imply being a valid JSON one.

Fixes #3478
@codesandbox-ci
Copy link

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

Latest deployment of this branch, based on commit c54e901:

Sandbox Source
Vanilla Configuration

@dubzzz dubzzz merged commit 12aa34d into main May 17, 2023
83 checks passed
@dubzzz dubzzz deleted the fix-ci-report branch May 17, 2023 08:56
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.

Bug reported by CI
1 participant