We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b136d99 commit a938eceCopy full SHA for a938ece
nodejs/test/e2e/session_fs.test.ts
@@ -16,9 +16,6 @@ import {
16
} from "../../src/index.js";
17
import { createSdkTestContext } from "./harness/sdkTestContext.js";
18
19
-process.env.COPILOT_CLI_PATH =
20
- "c:\\Users\\stevesa\\.copilot\\worktrees\\copilot-agent-runtime\\amber-aura\\dist-cli\\index.js";
21
-
22
describe("Session Fs", async () => {
23
// Single provider for the describe block — session IDs are unique per test,
24
// so no cross-contamination between tests.
0 commit comments