Refine domain, integrate into app
tests / tests (push) Failing after 5m14s

This commit is contained in:
Jon Staab
2026-06-19 12:50:34 -07:00
parent 1bd62d3024
commit e2a6ef21cd
115 changed files with 1354 additions and 3176 deletions
@@ -73,9 +73,8 @@ describe("HandlerRecommendation", () => {
it("builds from a fresh builder", async () => {
const builder = new HandlerRecommendationBuilder()
// The d identifier holds the recommended kind; it has no setter, so set it
// directly on the public field.
builder.identifier = "1"
// The d identifier holds the recommended kind.
builder.setIdentifier("1")
const tmpl = await builder
.addRecommendation(webAddress, "wss://relay.one", "web")