Skip to content

Commit

Permalink
Remove force debug trace in image translation test (#776)
Browse files Browse the repository at this point in the history
Also add missing rimref dependencies.
  • Loading branch information
curtisman authored Mar 3, 2025
1 parent eb8e16f commit 7b743e6
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@

import { defineTranslateTest } from "./translateTestCommon.js";
const dataFiles = ["test/data/translate-image-history-e2e.json"];
import registerDebug from "debug";
registerDebug.enable("*");
await defineTranslateTest("translate image request (w/history)", dataFiles);
1 change: 1 addition & 0 deletions ts/packages/memory/conversation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
}
}
1 change: 1 addition & 0 deletions ts/packages/memory/image/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
"copyfiles": "^2.4.1",
"dotenv": "^16.3.1",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"typescript": "^5.4.2"
}
}
94 changes: 45 additions & 49 deletions ts/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7b743e6

Please sign in to comment.