Skip to content

Commit 0bfb934

Browse files
committed
format
1 parent e2bb07b commit 0bfb934

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extensions/cli/src/slashCommands.test.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,9 @@ describe("slashCommands", () => {
247247
it("should use test session directory when in test mode", async () => {
248248
const { isAuthenticated } = await import("./auth/workos.js");
249249
const { services } = await import("./services/index.js");
250-
const { getSessionFilePath, getCurrentSession } = await import("./session.js");
250+
const { getSessionFilePath, getCurrentSession } = await import(
251+
"./session.js"
252+
);
251253

252254
// Mock the session functions for this specific test
253255
(getSessionFilePath as any).mockReturnValue(

0 commit comments

Comments
 (0)