frontend-test-utils: marking as breaking
Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user