A suite of tests written with js-waku that can be run on remote nodes
Go to file
fryorcraken.eth 36b1f4ec5d
Merge pull request #5 from waku-org/deps
chore(deps): upgrade dependencies
2022-09-05 21:22:57 +10:00
.github/workflows ci: add CI 2022-09-05 21:13:37 +10:00
.husky Add lint-staged 2022-04-22 15:19:05 +10:00
.yarn chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
.editorconfig Add eslint, prettier 2022-04-20 10:36:52 +10:00
.gitignore Make it work 2022-04-20 12:07:40 +10:00
.prettierignore Make it work 2022-04-20 12:07:40 +10:00
.prettierrc.json Add eslint, prettier 2022-04-20 10:36:52 +10:00
.yarnrc.yml Make it work 2022-04-20 12:07:40 +10:00
README.md Add GH Action link to README 2022-04-20 15:39:38 +10:00
delay.js Make it work 2022-04-20 12:07:40 +10:00
index.js chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
nativeWssProdFleet.js Add Wss test 2022-04-20 13:47:28 +10:00
nativeWssTestFleet.js Add script for native wss test fleet 2022-04-22 15:12:30 +10:00
package.json chore: add metadata 2022-09-05 21:20:29 +10:00
predefinedProdFleet.js chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
predefinedTestFleet.js chore(deps): bump js-waku to 0.25.0 2022-09-05 21:13:37 +10:00
wakuConnectFleet.js Add Waku Connect nodes 2022-04-20 15:38:36 +10:00
yarn.lock chore(deps): upgrade dependencies 2022-09-05 21:19:36 +10:00

README.md

Waku Tests

A suite of tests written with js-waku that can be run on remote nodes.

You can trigger the suite via GitHub Actions.