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);