(haystack: string, needle: string)
| 69 | }))(); |
| 70 | |
| 71 | const occurrences = (haystack: string, needle: string): number => haystack.split(needle).length - 1; |
| 72 | |
| 73 | describe("buildExecuteDescription", () => { |
| 74 | it.effect("lists the connected integrations, not the connection prefixes", () => |