#92: Techdebt/testing infrastructure improvements#408
Open
mjstelly wants to merge 3 commits intoreact-native-community:masterfrom
Open
#92: Techdebt/testing infrastructure improvements#408mjstelly wants to merge 3 commits intoreact-native-community:masterfrom
mjstelly wants to merge 3 commits intoreact-native-community:masterfrom
Conversation
- Fixed testMatch pattern in jest.config.js (removed extra '>' character) - Renamed Select.test.tsx to Select.spec.tsx for consistency - Moved Select test to proper __tests__ directory structure - Updated import path and snapshot for relocated test file - All 4 test suites now pass with 18 tests total
Author
|
AS mentioned, this is phase 1 of the action plan. If you approve of this PR and the associated plan, I'll proceed with the plan execution. |
- Re-added ACTION_PLAN.md that was lost during branch cleanup - Contains comprehensive 5-phase testing improvement strategy - Documents 13 child branches with specific tasks and success metrics
77238cb to
0743d5a
Compare
Member
|
we basically need tests for the version selection, thats all. #92 (comment). if you're up for that, do some of this? no need for extra files. |
Author
This first PR is organizational in nature. It lays the groundwork for further planned improvements and fixes a syntax error in the config file. The files are necessary for this work to continue. |
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.
Summary
This PR addresses the beginning of a solution for issue #92.
Test Plan
The ACTION_PLAN.md file, found in the root directory, itemizes the work plan for this solution.
What are the steps to reproduce?
Nothing to reproduce.
Checklist
What was performed:
Fixed Issues:
README.md(if needed)