style: apply oxfmt
This commit is contained in:
@@ -55,9 +55,7 @@ describe("memory cli", () => {
|
||||
|
||||
expect(log).toHaveBeenCalledWith(expect.stringContaining("Vector: ready"));
|
||||
expect(log).toHaveBeenCalledWith(expect.stringContaining("Vector dims: 1024"));
|
||||
expect(log).toHaveBeenCalledWith(
|
||||
expect.stringContaining("Vector path: /opt/sqlite-vec.dylib"),
|
||||
);
|
||||
expect(log).toHaveBeenCalledWith(expect.stringContaining("Vector path: /opt/sqlite-vec.dylib"));
|
||||
});
|
||||
|
||||
it("prints vector error when unavailable", async () => {
|
||||
|
||||
Reference in New Issue
Block a user