You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'When you mail another participant, pass `to` as a list with them and the person, e.g. `to: ["<their address>", "alice@example.com"]`, never one comma-joined string, and give every mail a short subject.',
33
33
);
34
34
expect(stripRoster(withRoster)).toBe(body);
35
35
});
36
36
37
37
test("names every person when more than one is in the roster",()=>{
"Copy usr_sawyer@room.example, usr_alex@room.example in `to` on any mail you send another participant, so they can follow along, and give every mail a short subject.",
// The list shape and the subject clause are both load-bearing: a
35
+
// comma-joined `to` string is dropped as one bad recipient, and a mail
36
+
// with an empty Subject ends the receiving agent's run today.
37
+
return`When you mail another participant, pass \`to\` as a list with them and the person, e.g. \`to: ["<their address>", ${quoted}]\`, never one comma-joined string, and give every mail a short subject.`;
37
38
}
38
39
39
40
/** Appends a `Participants:` block listing every entry's name and address,
0 commit comments