fix(matrix): correct import path in test file to use .js extension

This commit is contained in:
nightq
2026-04-19 15:32:42 +08:00
committed by Gustavo Madeira Santana
parent 41783b7bde
commit 13f60314c9

View File

@@ -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", () => {