* remove redundant code

Co-authored-by: Henry Hsu <henry.hsu@nasa.gov>
This commit is contained in:
Henry Hsu 2021-06-21 17:23:42 -07:00 committed by GitHub
parent 2889e88a97
commit 71392915c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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();
});