mirror of
https://github.com/nasa/openmct.git
synced 2025-06-18 15:18:12 +00:00
[Representation] Update spec
This commit is contained in:
@ -73,7 +73,7 @@ define(
|
|||||||
|
|
||||||
it("exposes templates via the templateLinker", function () {
|
it("exposes templates via the templateLinker", function () {
|
||||||
expect(mockLinker.link)
|
expect(mockLinker.link)
|
||||||
.toHaveBeenCalledWith(mockScope, mockElement);
|
.toHaveBeenCalledWith(mockScope, mockElement, undefined);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("reads a template location from a scope's key variable", function () {
|
it("reads a template location from a scope's key variable", function () {
|
||||||
|
Reference in New Issue
Block a user