mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-03 09:53:45 +00:00
fix
This commit is contained in:
parent
91e178d1ef
commit
468d263a9a
4 changed files with 5 additions and 8 deletions
|
|
@ -260,7 +260,7 @@ run_client_ts_tests() {
|
|||
echo "Installing TypeScript client test dependencies using: $install_cmd"
|
||||
$install_cmd
|
||||
echo "Running TypeScript tests: ${files[*]}"
|
||||
npx jest --config jest.integration.config.ts "${files[@]}"
|
||||
npx jest --config jest.integration.config.js "${files[@]}"
|
||||
|
||||
popd >/dev/null
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue