Fix tslint

This commit is contained in:
morrigan
2019-11-21 14:43:12 +01:00
parent b2d058291c
commit f5888f6405
7 changed files with 32 additions and 16 deletions

11
test/handshake.test.ts Normal file
View 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() => {
})
});