We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 620ba92 commit 8a875e8Copy full SHA for 8a875e8
test/unit-tests/modules/BuiltinsApi-test.tsx
@@ -7,7 +7,7 @@ Please see LICENSE files in the repository root for full details.
7
import React from "react";
8
import { render } from "jest-matrix-react";
9
10
-import { ElementWebBuiltinsApi } from "../../../src/modules/BuiltinsApi";
+import { ElementWebBuiltinsApi } from "../../../src/modules/BuiltinsApi.tsx";
11
import { stubClient } from "../../test-utils/test-utils";
12
13
const Avatar: React.FC<{ room: { roomId: string }; size: string }> = ({ room, size }) => {
0 commit comments