Step 8.7: Introduce focus-visible import where needed to repair tests

There is an import in `MatrixChat` which no longer gets executed when we don't skin the entire app, so bring it in manually.
This commit is contained in:
Travis Ralston 2022-03-24 20:37:52 -06:00
parent b2b818a780
commit 661b8d595c
3 changed files with 3 additions and 1 deletions

View file

@ -16,6 +16,7 @@ limitations under the License.
import React from 'react';
import { shallow, mount } from "enzyme";
import 'focus-visible'; // to fix context menus
import {
ThreadFilterType,