Commit 78412c5d authored by Mark Harding's avatar Mark Harding

(fix): mock the feature

parent 7e65b6a7
No related merge requests found
Pipeline #89707743 running with stages
......@@ -146,6 +146,7 @@ describe('ChannelSidebar', () => {
featuresServiceMock.mock('es-feeds', false);
featuresServiceMock.mock('permissions', true);
featuresServiceMock.mock('pro', true);
featuresServiceMock.mock('purchase-pro', true);
clientMock.response = {};
uploadMock.response = {};
comp = fixture.componentInstance;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment