fix all violations

This commit is contained in:
spalger 2022-04-16 01:29:35 -05:00
parent bd8171c13e
commit 3730dd0779
11447 changed files with 21110 additions and 22288 deletions

View file

@ -5,7 +5,7 @@
* 2.0.
*/
import { coreMock, savedObjectsServiceMock } from 'src/core/server/mocks';
import { coreMock, savedObjectsServiceMock } from '@kbn/core/server/mocks';
import { FeaturesPlugin } from './plugin';
describe('Features Plugin', () => {