|
|
@@ -1,6 +1,5 @@
|
|
1
|
1
|
import * as SDPUtil from "./SDPUtil";
|
|
2
|
2
|
import * as SampleSdpStrings from "./SampleSdpStrings.js";
|
|
3
|
|
-import * as transform from 'sdp-transform';
|
|
4
|
3
|
|
|
5
|
4
|
describe("SDPUtil", function() {
|
|
6
|
5
|
it("should parse an ice ufrag correctly", function() {
|