chore: small final cleanup

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-08-27 11:28:22 +02:00
parent 2bb9517d4d
commit 85d86bcbc4
4 changed files with 1 additions and 7 deletions
@@ -45,7 +45,6 @@ describe('createApp', () => {
}),
}),
features: [
appPlugin,
createFrontendPlugin({
id: 'test',
extensions: [
@@ -75,7 +74,6 @@ describe('createApp', () => {
const app = createApp({
configLoader: async () => ({ config: new MockConfigApi({}) }),
features: [
appPlugin,
createFrontendPlugin({
id: duplicatedFeatureId,
extensions: [
@@ -233,7 +231,6 @@ describe('createApp', () => {
const app = createApp({
configLoader: async () => ({ config: new MockConfigApi({}) }),
features: [
appPlugin,
createFrontendPlugin({
id: 'my-plugin',
extensions: [
@@ -45,7 +45,6 @@
"@backstage/cli": "workspace:^",
"@backstage/frontend-app-api": "workspace:^",
"@backstage/frontend-test-utils": "workspace:^",
"@backstage/plugin-app": "workspace:^",
"@backstage/test-utils": "workspace:^",
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/react": "^15.0.0",
@@ -25,7 +25,6 @@ import { coreExtensionData } from './coreExtensionData';
import { MockConfigApi, renderWithEffects } from '@backstage/test-utils';
import { createExtensionInput } from './createExtensionInput';
import { BackstagePlugin } from './types';
import appPlugin from '@backstage/plugin-app';
const nameExtensionDataRef = createExtensionDataRef<string>().with({
id: 'name',
@@ -128,7 +127,7 @@ function createTestAppRoot({
config: JsonObject;
}) {
return createApp({
features: [...features, appPlugin],
features: [...features],
configLoader: async () => ({ config: new MockConfigApi(config) }),
}).createRoot();
}
-1
View File
@@ -4466,7 +4466,6 @@ __metadata:
"@backstage/core-plugin-api": "workspace:^"
"@backstage/frontend-app-api": "workspace:^"
"@backstage/frontend-test-utils": "workspace:^"
"@backstage/plugin-app": "workspace:^"
"@backstage/test-utils": "workspace:^"
"@backstage/types": "workspace:^"
"@backstage/version-bridge": "workspace:^"