We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 293af5b commit a9614f5Copy full SHA for a9614f5
1 file changed
packages/core/src/cache.test.ts
@@ -18,7 +18,7 @@ for (const type of ["memory", "jsonl", "fs"]) {
18
const cache = createCache<string, number>("testCache", {
19
type: type as any,
20
})
21
- assert.ok(cache instanceof JSONLineCache)
+ assert.ok(!!cache)
22
23
test("set key-value pair", async () => {
24
0 commit comments