mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-08-01 03:32:16 +00:00
Fix tslint
This commit is contained in:
11
test/handshake.test.ts
Normal file
11
test/handshake.test.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
import { expect } from "chai";
|
||||
import DuplexPair from 'it-pair/duplex';
|
||||
|
||||
import { Noise } from "../src";
|
||||
import {generateEd25519Keys} from "./utils";
|
||||
|
||||
describe("Handshake", () => {
|
||||
it("should propose, exchange and finish handshake", async() => {
|
||||
|
||||
})
|
||||
});
|
Reference in New Issue
Block a user