mirror of
https://github.com/logos-messaging/logos-delivery-js.git
synced 2026-03-09 19:23:18 +00:00
* move dockerode into a separate class * rename `nwaku` to `WakuNode` to generalise - nwaku and go-waku were running through `nwaku.ts` * move wakunode and docker into one subdir * rename node to `NimGoNode` and update imports in tests * update docker to host all containers in a specific network * update the peer exchange test * assign static IPs to containers * enable relay on px interop * fix px compliance tests * fix import
13 lines
243 B
TypeScript
13 lines
243 B
TypeScript
/**
|
|
* A collection of tools to test the js-waku library.
|
|
*
|
|
* @hidden
|
|
* @module
|
|
*/
|
|
|
|
export * from "./async_fs.js";
|
|
export * from "./constants.js";
|
|
export * from "./delay.js";
|
|
export * from "./log_file.js";
|
|
export * from "./node/nwaku.js";
|