FixMap v0.10.0: local-first evidence graph and change intelligence #424
Annotations
5 errors
|
Node 24 on macos-latest
Process completed with exit code 1.
|
|
test/semantic-cache.test.ts > withPersistentEmbeddingCache > refuses a cache inside the scanned repository:
packages/core/test/semantic-cache.test.ts#L62
AssertionError: promise resolved "{ id: 'fixture', version: '1', …(7) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ {
+ "artifactHash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "dimensions": 2,
+ "embed": [Function embed],
+ "id": "fixture",
+ "local": true,
+ "model": "tiny",
+ "normalization": "l2",
+ "runtime": "fixture/1",
+ "version": "1",
}
❯ test/semantic-cache.test.ts:62:7
|
|
test
Process completed with exit code 1.
|
|
Node 24 on windows-latest
Process completed with exit code 1.
|
|
test/semantic-cache.test.ts > withPersistentEmbeddingCache > refuses a cache inside the scanned repository:
packages/core/test/semantic-cache.test.ts#L62
AssertionError: promise resolved "{ id: 'fixture', version: '1', …(7) }" instead of rejecting
- Expected
+ Received
- Error {
- "message": "rejected promise",
+ {
+ "artifactHash": "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa",
+ "dimensions": 2,
+ "embed": [Function embed],
+ "id": "fixture",
+ "local": true,
+ "model": "tiny",
+ "normalization": "l2",
+ "runtime": "fixture/1",
+ "version": "1",
}
❯ test/semantic-cache.test.ts:62:7
|