UNPKG

sambanova

Version:

TypeScript/Javascript client for Sambanova AI API with comprehensive model support

14 lines (13 loc) 285 B
module.exports = { preset: 'ts-jest', testEnvironment: 'node', testMatch: [ '**/tests/**/*.test.ts', '**/__tests__/**/*.test.ts' ], moduleFileExtensions: ['ts', 'js', 'json', 'node'], rootDir: './', transform: { '^.+\\.ts?$': 'ts-jest' } };