chore: format + lint
parent
8a01dc7f4c
commit
a67f4db5e2
|
|
@ -1,6 +1,6 @@
|
||||||
import crypto from "node:crypto";
|
import crypto from "node:crypto";
|
||||||
import net from "node:net";
|
|
||||||
import fs from "node:fs";
|
import fs from "node:fs";
|
||||||
|
import net from "node:net";
|
||||||
import os from "node:os";
|
import os from "node:os";
|
||||||
import path from "node:path";
|
import path from "node:path";
|
||||||
import type { MessageInstance } from "twilio/lib/rest/api/v2010/account/message.js";
|
import type { MessageInstance } from "twilio/lib/rest/api/v2010/account/message.js";
|
||||||
|
|
@ -165,7 +165,7 @@ describe("config and templating", () => {
|
||||||
expect(prompt).toContain("Transcript:");
|
expect(prompt).toContain("Transcript:");
|
||||||
expect(prompt).toContain("voice transcript");
|
expect(prompt).toContain("voice transcript");
|
||||||
expect(result?.text).toBe("ok");
|
expect(result?.text).toBe("ok");
|
||||||
});
|
});
|
||||||
|
|
||||||
it("getReplyFromConfig skips transcription when not configured", async () => {
|
it("getReplyFromConfig skips transcription when not configured", async () => {
|
||||||
const cfg = {
|
const cfg = {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue