From 13f60314c96aeaa431d9291f30e6944e6b34544f Mon Sep 17 00:00:00 2001 From: nightq Date: Sun, 19 Apr 2026 15:32:42 +0800 Subject: [PATCH] fix(matrix): correct import path in test file to use .js extension --- .../matrix/src/matrix/monitor/handler.strip-mention.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {