@sprucelabs/spruce-view-plugin 47.0.594 → 47.0.595
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ViewControllerId, ControllerOptions, SkillViewController, RenderOptions, ViewController
|
|
2
|
-
import { AbstractSpruceFixtureTest, ArgsFromSvc, ViewControllerFixture } from '@sprucelabs/spruce-test-fixtures';
|
|
1
|
+
import { ViewControllerId, ControllerOptions, SkillViewController, RenderOptions, ViewController } from '@sprucelabs/heartwood-view-controllers';
|
|
2
|
+
import { AbstractSpruceFixtureTest, ArgsFromSvc, SpyScope, ViewControllerFixture } from '@sprucelabs/spruce-test-fixtures';
|
|
3
3
|
export default abstract class AbstractViewControllerTest extends AbstractSpruceFixtureTest {
|
|
4
4
|
protected static vcDir?: string;
|
|
5
5
|
protected static controllerMap: Record<string, any> | undefined;
|
|
6
6
|
private static viewFixture?;
|
|
7
7
|
private static _scope?;
|
|
8
|
-
protected static get scope():
|
|
9
|
-
protected static set scope(scope:
|
|
8
|
+
protected static get scope(): SpyScope;
|
|
9
|
+
protected static set scope(scope: SpyScope | undefined);
|
|
10
10
|
static get views(): ViewControllerFixture;
|
|
11
11
|
static set views(views: ViewControllerFixture | undefined);
|
|
12
12
|
protected static beforeEach(): Promise<void>;
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ViewControllerId, ControllerOptions, SkillViewController, RenderOptions, ViewController
|
|
2
|
-
import { AbstractSpruceFixtureTest, ArgsFromSvc, ViewControllerFixture } from '@sprucelabs/spruce-test-fixtures';
|
|
1
|
+
import { ViewControllerId, ControllerOptions, SkillViewController, RenderOptions, ViewController } from '@sprucelabs/heartwood-view-controllers';
|
|
2
|
+
import { AbstractSpruceFixtureTest, ArgsFromSvc, SpyScope, ViewControllerFixture } from '@sprucelabs/spruce-test-fixtures';
|
|
3
3
|
export default abstract class AbstractViewControllerTest extends AbstractSpruceFixtureTest {
|
|
4
4
|
protected static vcDir?: string;
|
|
5
5
|
protected static controllerMap: Record<string, any> | undefined;
|
|
6
6
|
private static viewFixture?;
|
|
7
7
|
private static _scope?;
|
|
8
|
-
protected static get scope():
|
|
9
|
-
protected static set scope(scope:
|
|
8
|
+
protected static get scope(): SpyScope;
|
|
9
|
+
protected static set scope(scope: SpyScope | undefined);
|
|
10
10
|
static get views(): ViewControllerFixture;
|
|
11
11
|
static set views(views: ViewControllerFixture | undefined);
|
|
12
12
|
protected static beforeEach(): Promise<void>;
|