From eb8db5d2330ca7f91fdd66a6495afb3a41bd85ce Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Mon, 10 Apr 2023 14:31:22 -0600 Subject: [PATCH] add todo --- test/storer.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/storer.js b/test/storer.js index e44e307..94ff637 100644 --- a/test/storer.js +++ b/test/storer.js @@ -61,6 +61,8 @@ function merkelize(leafs) { return merkle[0]; } +// TODO: should be removed at some point, as the rust test should be sufficient, but left here for now to aid debugging + describe("Storer test", function () { this.timeout(100000);