mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-05 18:27:22 +00:00
fix
This commit is contained in:
parent
91e178d1ef
commit
468d263a9a
4 changed files with 5 additions and 8 deletions
|
|
@ -4,9 +4,8 @@
|
|||
// This source code is licensed under the terms described in the LICENSE file in
|
||||
// the root directory of this source tree.
|
||||
|
||||
import type { JestConfigWithTsJest } from 'ts-jest';
|
||||
|
||||
const config: JestConfigWithTsJest = {
|
||||
/** @type {import('ts-jest').JestConfigWithTsJest} */
|
||||
module.exports = {
|
||||
preset: 'ts-jest/presets/default-esm',
|
||||
testEnvironment: 'node',
|
||||
extensionsToTreatAsEsm: ['.ts'],
|
||||
|
|
@ -30,5 +29,3 @@ const config: JestConfigWithTsJest = {
|
|||
testTimeout: 60000, // 60 seconds (integration tests can be slow)
|
||||
watchman: false, // Disable watchman to avoid permission issues
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
|
@ -5,7 +5,7 @@
|
|||
"description": "TypeScript client integration tests for Llama Stack",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"test": "jest --config jest.integration.config.ts"
|
||||
"test": "jest --config jest.integration.config.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"llama-stack-client": "^0.3.2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue