cb1825bfaf
* Add OpenAI support for 4.16.0 * Add support for background polling and use that in OpenAI integration to power assistants * Much improved OpenAI docs * Added backgroundPoll docs * Implements waitForEvent and added docs for more built in tasks * Add sendEvent API referenc * Write the task libray * Add changeset and warning for waitForEvent
9 lines
239 B
JavaScript
9 lines
239 B
JavaScript
module.exports = {
|
|
moduleFileExtensions: ["ts", "tsx", "js"],
|
|
transform: {
|
|
"^.+\\.(ts|tsx)$": "ts-jest",
|
|
},
|
|
testMatch: ["<rootDir>/test/**/*.ts?(x)", "<rootDir>/test/**/?(*.)+(spec|test).ts?(x)"],
|
|
testEnvironment: "node",
|
|
};
|