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