mirror of
https://github.com/nasa/openmct.git
synced 2024-12-19 13:17:53 +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);
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
return resetApplicationState(openmct);
|
||||
});
|
||||
it('it opens in a new tab', () => {
|
||||
expect(window.open).toHaveBeenCalled();
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user