Remove dead MuteStates file
It's been replaced by a refactored RxJS version living in src/state.
This commit is contained in:
@@ -5,6 +5,9 @@ SPDX-License-Identifier: AGPL-3.0-only OR LicenseRef-Element-Commercial
|
||||
Please see LICENSE in the repository root for full details.
|
||||
*/
|
||||
|
||||
// TODO-MULTI-SFU: These tests need to be ported to the new MuteStates class.
|
||||
/*
|
||||
|
||||
import {
|
||||
afterAll,
|
||||
afterEach,
|
||||
@@ -321,3 +324,4 @@ describe("useMuteStates in VITE_PACKAGE='embedded' (widget) mode", () => {
|
||||
expect(screen.getByTestId("video-enabled").textContent).toBe("true");
|
||||
});
|
||||
});
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user