fix(feishu): reattach active turns on restart
This commit is contained in:
@@ -145,6 +145,10 @@ test("splitMessage chunks long text", () => {
|
||||
assert.deepEqual(splitMessage("abcdef", 2), ["ab", "cd", "ef"]);
|
||||
});
|
||||
|
||||
test("splitMessage does not split surrogate pairs", () => {
|
||||
assert.deepEqual(splitMessage("a🧪b", 2), ["a🧪", "b"]);
|
||||
});
|
||||
|
||||
test("validateBridgeConfig accepts locked-down whalebro DM config", () => {
|
||||
const result = validateBridgeConfig(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user