We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba3a23f commit 8bcc718Copy full SHA for 8bcc718
src/core/server/legacy/legacy_service.test.ts
@@ -45,7 +45,6 @@ import { capabilitiesServiceMock } from '../capabilities/capabilities_service.mo
45
import { uuidServiceMock } from '../uuid/uuid_service.mock';
46
47
const MockKbnServer: jest.Mock<KbnServer> = KbnServer as any;
48
-const findLegacyPluginSpecsMock: jest.Mock<typeof findLegacyPluginSpecs> = findLegacyPluginSpecs as any;
49
50
let coreId: symbol;
51
let env: Env;
@@ -117,7 +116,6 @@ beforeEach(() => {
117
116
118
afterEach(() => {
119
jest.clearAllMocks();
120
- findLegacyPluginSpecsMock.mockReset();
121
});
122
123
describe('once LegacyService is set up with connection info', () => {
0 commit comments