You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For testability and local development, it would be beneficial to have an example app in packages/react-components that shows how to use the components and provides a basis for e2e testing.
Description of the Design
Create an example react app in packages/react-components/src/example that can be bundled separately from src/lib.
TODO integration testing details, pending contract work on dapp-offer-up.
The text was updated successfully, but these errors were encountered:
@LuqiPan I don't think it's in scope for this sprint because the e2e testing will use some incoming work from the contractors. I'm sticking to the priorities of Agoric/agoric-sdk#8893 and Agoric/agoric-sdk#8933 (might decide to start on the example app along the way at some point, but not a priority currently)
What is the Problem Being Solved?
For testability and local development, it would be beneficial to have an example app in
packages/react-components
that shows how to use the components and provides a basis for e2e testing.Description of the Design
Create an example react app in
packages/react-components/src/example
that can be bundled separately fromsrc/lib
.TODO integration testing details, pending contract work on dapp-offer-up.
The text was updated successfully, but these errors were encountered: