mirror of
https://github.com/logos-messaging/js-rln.git
synced 2026-01-08 00:23:12 +00:00
8 lines
187 B
TypeScript
8 lines
187 B
TypeScript
|
|
import { RLNEncoder } from "./encoder.js";
|
||
|
|
|
||
|
|
describe("js-rln: encoder", () => {
|
||
|
|
it("should attach a proof to a waku message", async function () {
|
||
|
|
console.log(RLNEncoder);
|
||
|
|
});
|
||
|
|
});
|