UNPKG
astra-assistants
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Astra Assistants API - drop in replacement for OpenAI Assistants, powered by AstraDB
astra-assistants
/
jest.config.js
6 lines
(4 loc)
•
149 B
JavaScript
View Raw
1
2
3
4
5
6
export
default
{
testMatch
: [
'**/tests/**/*.test.mjs'
],
// Include .mjs test files
transform
: {},
// Disable any unnecessary transformations
};