We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a150f1e commit 1c37d92Copy full SHA for 1c37d92
packages/core/test/actions/session.test.ts
@@ -1,6 +1,6 @@
1
import { afterEach, beforeEach, describe, expect, it, vi } from "vitest"
2
3
-import * as cookie from "cookie"
+import * as cookie from "../../src/lib/vendored/cookie.js"
4
import { MemoryAdapter, initMemory } from "../memory-adapter.js"
5
import { randomString } from "../../src/lib/utils/web.js"
6
import type { AdapterUser } from "../../src/adapters.js"
0 commit comments