Skip to content

Commit 110034d

Browse files
committed
tests: creating native stream tests
[ci skip]
1 parent 9cc653d commit 110034d

File tree

3 files changed

+491
-20
lines changed

3 files changed

+491
-20
lines changed

tests/QUICClient.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import type { ClientCrypto, Host, Port, ServerCrypto } from '@/types';
22
import type * as events from '@/events';
33
import type QUICConnection from '@/QUICConnection';
4+
import type { KeyTypes, TLSConfigs } from './utils';
45
import Logger, { LogLevel, StreamHandler, formatting } from '@matrixai/logger';
56
import { fc, testProp } from '@fast-check/jest';
67
import { running } from '@matrixai/async-init';
@@ -10,8 +11,7 @@ import QUICServer from '@/QUICServer';
1011
import * as errors from '@/errors';
1112
import { promise } from '@/utils';
1213
import * as testsUtils from './utils';
13-
import { KeyTypes, sleep, TLSConfigs } from './utils';
14-
14+
import { sleep } from './utils';
1515

1616
describe(QUICClient.name, () => {
1717
const logger = new Logger(`${QUICClient.name} Test`, LogLevel.DEBUG, [

0 commit comments

Comments
 (0)