Skip to content

Commit

Permalink
Merge branch 'limit-bandwidth-v1.13.4' into mconf-build
Browse files Browse the repository at this point in the history
  • Loading branch information
fcecagno committed Nov 11, 2022
2 parents 4a413a9 + 01a4b66 commit 52bff11
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions play/tests/front/Components/Video/UtilsTest.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import "jasmine";

import { getSdpTransform } from "../../../src/front/Components/Video/utils";
// @vitest-environment jsdom
import { describe, expect, it } from "vitest";
import { getSdpTransform } from "../../../../src/front/Components/Video/utils";

describe("getSdpTransform()", () => {
it("should not do anything if bandwidth = 0", () => {
Expand Down

0 comments on commit 52bff11

Please sign in to comment.