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
A clear and concise description of the problem or missing capability...
Currently, MagicProvider is asynchronously updated by ThemeProviderComponent.
However, it is lacking test to make sure the component will work when the returned data is different.
ThemeProviderComponent is getting data from getAsyncTheme, which is a placeholder till we finish the network part.
Describe the solution you'd like
If you have a solution in mind, please describe it.
Write a test to cover the MagicProvider
Some cases need to cover: data return empty, data override defaultTheme, data add new fields
The text was updated successfully, but these errors were encountered:
🚀 feature request
Description
A clear and concise description of the problem or missing capability...Currently,
MagicProvider
is asynchronously updated byThemeProviderComponent
.However, it is lacking test to make sure the component will work when the returned data is different.
ThemeProviderComponent
is getting data fromgetAsyncTheme
, which is a placeholder till we finish the network part.Describe the solution you'd like
If you have a solution in mind, please describe it.Write a test to cover the
MagicProvider
Some cases need to cover: data return empty, data override defaultTheme, data add new fields
The text was updated successfully, but these errors were encountered: