frontend-test-utils: marking as breaking

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino
2025-10-13 15:14:02 +02:00
parent 116e05e294
commit a8e223fa89
3 changed files with 2 additions and 14 deletions
@@ -67,13 +67,6 @@ export type TestAppOptions = {
*/
config?: JsonObject;
/**
* Additional extensions to add to the test app.
*
* @deprecated Use `renderTestApp` instead.
*/
extensions?: ExtensionDefinition<any>[];
/**
* Additional features to add to the test app.
*/
@@ -195,10 +188,6 @@ export function renderInTestApp(
}
}
if (options?.extensions) {
extensions.push(...options.extensions);
}
const features: FrontendFeature[] = [
createFrontendPlugin({
pluginId: 'test',