From 7f70b568972e875d5d9cc52631b663a50ecbaa0a Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 19 May 2026 01:49:46 +0530 Subject: test: add local relay integration tests (WS pub/sub + NIP-11) --- package.json | 3 +++ 1 file changed, 3 insertions(+) (limited to 'package.json') diff --git a/package.json b/package.json index fe1daee..a2d1ec1 100644 --- a/package.json +++ b/package.json @@ -11,6 +11,9 @@ "test:reset-auth": "node tests/integration/test-reset-auth.mjs", "test:session-expiry": "node tests/integration/test-session-expiry.mjs", "test:dns-firewall": "node tests/integration/test-dns-firewall.mjs", + "test:cvm": "node tests/integration/test-cvm.mjs", + "test:relay": "node tests/integration/test-local-relay.mjs", + "test:relay-nip11": "node tests/integration/test-relay-nip11.mjs", "test:portal": "npx playwright test -c tests/e2e/playwright.config.mjs captive-portal.spec.mjs", "test:happy-path": "npx playwright test -c tests/e2e/playwright.config.mjs interop-happy-path.spec.mjs", "test:e2e": "npx playwright test -c tests/e2e/playwright.config.mjs", -- cgit v1.2.3