mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
Mct3834 (#3962)
* remove redundant code Co-authored-by: Henry Hsu <henry.hsu@nasa.gov>
This commit is contained in:
parent
2889e88a97
commit
71392915c1
@ -68,9 +68,6 @@ describe("the plugin", () => {
|
|||||||
await openInNewTabAction.invoke(mockObjectPath);
|
await openInNewTabAction.invoke(mockObjectPath);
|
||||||
});
|
});
|
||||||
|
|
||||||
afterEach(() => {
|
|
||||||
return resetApplicationState(openmct);
|
|
||||||
});
|
|
||||||
it('it opens in a new tab', () => {
|
it('it opens in a new tab', () => {
|
||||||
expect(window.open).toHaveBeenCalled();
|
expect(window.open).toHaveBeenCalled();
|
||||||
});
|
});
|
||||||
|
Loading…
x
Reference in New Issue
Block a user