jan/jest.config.js
Louis aee8624338
fix: #3693 broken thread.json should not break the entire threads (#3709)
* fix: #3693 broken thread.json should not break the entire threads

* test: add tests
2024-09-23 14:20:01 +07:00

11 lines
255 B
JavaScript

module.exports = {
projects: [
'<rootDir>/core',
'<rootDir>/web',
'<rootDir>/joi',
'<rootDir>/extensions/inference-nitro-extension',
'<rootDir>/extensions/conversational-extension',
'<rootDir>/extensions/model-extension',
],
}