You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-08-05 00:42:10 +03:00
Auto-fix lint errors
This commit is contained in:
@@ -72,7 +72,7 @@ describe("Relations", function() {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should emit created regardless of ordering", async function () {
|
it("should emit created regardless of ordering", async function() {
|
||||||
const targetEvent = new MatrixEvent({
|
const targetEvent = new MatrixEvent({
|
||||||
"sender": "@bob:example.com",
|
"sender": "@bob:example.com",
|
||||||
"type": "m.room.message",
|
"type": "m.room.message",
|
||||||
|
@@ -14,8 +14,8 @@ See the License for the specific language governing permissions and
|
|||||||
limitations under the License.
|
limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
import {TestClient} from '../../TestClient';
|
import { TestClient } from '../../TestClient';
|
||||||
import {MatrixCall, CallErrorCode, CallEvent} from '../../../src/webrtc/call';
|
import { MatrixCall, CallErrorCode, CallEvent } from '../../../src/webrtc/call';
|
||||||
|
|
||||||
const DUMMY_SDP = (
|
const DUMMY_SDP = (
|
||||||
"v=0\r\n" +
|
"v=0\r\n" +
|
||||||
|
Reference in New Issue
Block a user