Export plugin mocks #38679
Labels
chore
Feature:New Platform
Team:Core
Core services & architecture: plugins, logging, config, saved objects, http, ES client, i18n, etc
At the moment we export only mock for core services. Plugin authors have to combine them manually to be able to use in tests.
kibana/src/legacy/core_plugins/embeddable_api/public/np_core.test.mocks.ts
Line 26 in c7349fe
src/core/public/mocks
andsrc/core/server/mocks
should export mocks forCoreSetup & CoreStart
interfaces ready to use in their plugins.The text was updated successfully, but these errors were encountered: