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

Commit

Permalink
Restore missing Sender type in test/net/protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cgewecke committed Oct 21, 2020
1 parent 47a5f41 commit 27f5cdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/net/protocol/protocol.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import tape from 'tape-catch'
const td = require('testdouble')
import { EventEmitter } from 'events'
// eslint-disable-next-line @typescript-eslint/no-unused-vars
import { Sender } from '../../../lib/net/protocol/sender'
import { Protocol } from '../../../lib/net/protocol/protocol'

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

0 comments on commit 27f5cdd

Please sign in to comment.