mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
node: Move newNativeHandle out of net
This commit is contained in:
@@ -19,7 +19,6 @@ import {
|
||||
ChatServiceListener,
|
||||
Environment,
|
||||
Net,
|
||||
newNativeHandle,
|
||||
SIGNAL_TLS_PROXY_SCHEME,
|
||||
TokioAsyncContext,
|
||||
UnauthenticatedChatConnection,
|
||||
@@ -30,6 +29,7 @@ import {
|
||||
} from '../../Native';
|
||||
import { CompletablePromise } from './util';
|
||||
import { fail } from 'assert';
|
||||
import { newNativeHandle } from '../internal';
|
||||
|
||||
use(chaiAsPromised);
|
||||
use(sinonChai);
|
||||
|
||||
Reference in New Issue
Block a user