Conversation
|
| return this.pages | ||
| } | ||
|
|
||
| setData(data: Page[]) { this.pages = data } |
There was a problem hiding this comment.
Instead of setData, let's create a test client that we can control. The test client can be very simple but it'll be responsible for returning data or throwing errors to induce a specific state. This test client will be setup in around.
There was a problem hiding this comment.
We can't call around directly to setup client there and are able to control it. So either we create client outside and we just pass client to burst in around or we setup client in around but we can't get a reference to it
|
📣 NOTIFICATION Generated by @thefrontside/actions |
Motivation
Approach
Alternate Designs
Possible Drawbacks or Risks
TODOs and Open Questions
Learning
Screenshots