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
Describe what should be investigated or refactored
While working on #1723, I noticed a long JSON string that is parsed as an Assets object. This is brittle and does not support type-safety since data is derived from a string. We should generate this test data in a more procedural/adaptive manner. For example, we could use a generator to create test objects.
Describe what should be investigated or refactored
While working on #1723, I noticed a long JSON string that is parsed as an
Assets
object. This is brittle and does not support type-safety since data is derived from a string. We should generate this test data in a more procedural/adaptive manner. For example, we could use a generator to create test objects.Links to any relevant code
webhooks.test.ts
Additional context
The text was updated successfully, but these errors were encountered: