Skip to content
This repository was archived by the owner on Dec 10, 2020. It is now read-only.

Commit 99e9efa

Browse files
committed
Restore missing Sender type in test/net/protocol
1 parent f397c19 commit 99e9efa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/net/protocol/protocol.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
import tape from 'tape-catch'
22
const td = require('testdouble')
33
import { EventEmitter } from 'events'
4+
// eslint-disable-next-line @typescript-eslint/no-unused-vars
5+
import { Sender } from '../../../lib/net/protocol/sender'
46
import { Protocol } from '../../../lib/net/protocol/protocol'
57

68
tape('[Protocol]', (t) => {

0 commit comments

Comments
 (0)