mirror of
https://github.com/vacp2p/waku-ts.git
synced 2026-01-09 13:28:11 -05:00
setup
This commit is contained in:
8
test/client.test.ts
Normal file
8
test/client.test.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { Waku } from "../src";
|
||||
|
||||
describe("Waku", () => {
|
||||
it("needs tests", async () => {
|
||||
const waku = new Waku();
|
||||
expect(waku).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user