js-rln/src/encoder.spec.ts

8 lines
187 B
TypeScript
Raw Normal View History

2022-09-25 11:40:49 -04:00
import { RLNEncoder } from "./encoder.js";
describe("js-rln: encoder", () => {
it("should attach a proof to a waku message", async function () {
console.log(RLNEncoder);
});
});