Dependency update for React and NextJs and added comprehensive test coverage, testing infrastructure, and example improvements#62
Merged
corneliusyaovi merged 12 commits intoFlutterwave:devfrom Feb 11, 2026
Conversation
Contributor
bajoski34
commented
Jan 29, 2026
- Added Support for React 19 and new NextJs applications.
- Add test reporting with jest-html-reporter and coverage collection
- Implement 100% code coverage across all source files with 24 tests
- Add test setup file with jsdom environment configuration
- Create comprehensive test suite covering:
- useFlutterwave hook with multiple payment scenarios
- FlutterWaveButton component with various configurations
- useFWScript loading mechanism with retry logic and error handling
- closePaymentModal functionality
- Parameter validation and edge cases
- Add isolated loading state test for script initialization
- Update .babelrc.js with @babel/preset-react for JSX support
- Update jest.config.js with proper test patterns and coverage exclusions
- Update .gitignore to exclude test reports and coverage directories
- Add jest-html-reporter and identity-obj-proxy to dev dependencies
[Hotfix] Retry support for checkout script
[Hotfix] Checkout optimization
[Hotfix] Dynamic update on Button component
Co-authored-by: bajoski34 <39011309+bajoski34@users.noreply.github.com>
Co-authored-by: bajoski34 <39011309+bajoski34@users.noreply.github.com>
Co-authored-by: bajoski34 <39011309+bajoski34@users.noreply.github.com>
Co-authored-by: bajoski34 <39011309+bajoski34@users.noreply.github.com>
Add React 19 and Next.js support
…ample improvements - Add test reporting with jest-html-reporter and coverage collection - Implement 100% code coverage across all source files with 24 tests - Add test setup file with jsdom environment configuration - Create comprehensive test suite covering: * useFlutterwave hook with multiple payment scenarios * FlutterWaveButton component with various configurations * useFWScript loading mechanism with retry logic and error handling * closePaymentModal functionality * Parameter validation and edge cases - Add isolated loading state test for script initialization - Update .babelrc.js with @babel/preset-react for JSX support - Update jest.config.js with proper test patterns and coverage exclusions - Update .gitignore to exclude test reports and coverage directories - Add jest-html-reporter and identity-obj-proxy to dev dependencies - Modernize example app with: * Updated App.js with dynamic form configuration * Professional gradient styling and responsive design * Three payment integration methods demonstration * Comprehensive README with test credentials and setup instructions * Updated example package dependencies
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
