From 9efe9d33fd4f6dbcabec194429fd0b8867517093 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Fri, 20 Sep 2019 15:29:46 +0200 Subject: [PATCH] move utils away from lodestar --- test/unit/index.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/unit/index.test.ts b/test/unit/index.test.ts index 1280932..89c5952 100644 --- a/test/unit/index.test.ts +++ b/test/unit/index.test.ts @@ -3,7 +3,6 @@ import {Keypair} from "../../src/keypair"; import {sha256} from "js-sha256"; import {G2point} from "../../src/helpers/g2point"; import {expect} from "chai"; -import {describe, it} from "mocha"; describe("test bls", function () {