out comment test for unprovided
This commit is contained in:
@@ -60,6 +60,8 @@ describe('UmbContextConsumer', () => {
|
||||
localConsumer.hostConnected();
|
||||
});
|
||||
|
||||
/*
|
||||
Unprovided feature is out commented currently. I'm not sure there is a use case. So lets leave the code around until we know for sure.
|
||||
it('acts to Context API disconnected', (done) => {
|
||||
const provider = new UmbContextProvider(document.body, testContextAlias, new UmbTestContextConsumerClass());
|
||||
provider.hostConnected();
|
||||
@@ -86,4 +88,5 @@ describe('UmbContextConsumer', () => {
|
||||
);
|
||||
localConsumer.hostConnected();
|
||||
});
|
||||
*/
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user