mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 18:30:44 +00:00
fix(matrix): correct import path in test file to use .js extension
This commit is contained in:
committed by
Gustavo Madeira Santana
parent
41783b7bde
commit
13f60314c9
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user