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
Proposed API, introducing TEST_PROVIDER as a new addon type:
addons.add(PROVIDER_ID,{type: types.TEST_PROVIDER,icon: <PointerIcon/>,title: 'Component tests',description: ()=><>Ran 12 seconds ago</>,runnable: true,// to be added if we want to support watch-only providers (e.g. linters)watchable: true,// to be added when we support watch mode})
Where PROVIDER_ID is a unique ID, something like ADDON_ID + '_TEST_PROVIDER'.
The text was updated successfully, but these errors were encountered:
Proposed API, introducing
TEST_PROVIDER
as a new addon type:Where
PROVIDER_ID
is a unique ID, something likeADDON_ID + '_TEST_PROVIDER'
.The text was updated successfully, but these errors were encountered: