diff --git a/extensions/matrix/src/matrix/monitor/handler.strip-mention.test.ts b/extensions/matrix/src/matrix/monitor/handler.strip-mention.test.ts index f27a25aa85f..455f5459371 100644 --- a/extensions/matrix/src/matrix/monitor/handler.strip-mention.test.ts +++ b/extensions/matrix/src/matrix/monitor/handler.strip-mention.test.ts @@ -1,5 +1,5 @@ import { describe, expect, it } from "vitest"; -import { stripMatrixMentionPrefixes } from "./handler"; +import { stripMatrixMentionPrefixes } from "./handler.js"; describe("stripMatrixMentionPrefixes", () => { it("returns original text when mentionRegexes is empty", () => {