Skip to content

Commit 035987b

Browse files
committed
fix: resolve issues around tests
1 parent 8165956 commit 035987b

File tree

5 files changed

+1545
-185
lines changed

5 files changed

+1545
-185
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ jspm_packages
3535

3636
# Typescript
3737
/dist
38+
*.js

__tests__/test.spec.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ import * as assert from "assert";
1111
import { range } from "rxjs";
1212
import { filter } from "rxjs/operators";
1313

14-
import { Session } from "../index.js";
15-
14+
import { Session } from "../lib/index.js";
1615
import { Packet } from "../lib/index.js";
1716

1817
describe("RTPSession", () => {

jest.config.js

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)