Closed hwinsby closed 6 months ago
Latest commit: aecb0bedbba15eaf79d8385fbe68f2d61568f300
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
caravan-coordinator | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | May 22, 2024 7:37pm |
This is a duplicate from a PR to the previous repo https://github.com/unchained-capital/caravan/pull/357 It does not introduce a breaking change and it does not address an open issue.
This PR updates various files associated with Test Suite to TypeScript and updates functions such as
connect
andmapStateToProps
to hooks.Component files and associated Redux files converted to TypeScript:
TestSuiteRunSummary.tsx
errorNotificationActions
,keystoreActions
,testRunActions
,testSuiteRunActions
keystoreReducer
&testSuiteRunReducer
keystore
&testSuiteRun
Component files updated with hooks
useSelector
anduseDispatch
:Notes.tsx
TestSuiteRunSummary.tsx