fix: the monorepo jest configs should not cover extensions - they would be moved to mini repositories soon (#3723)
This commit is contained in:
parent
15f42fb269
commit
87c8fdf5ac
@ -1,10 +1,3 @@
|
|||||||
module.exports = {
|
module.exports = {
|
||||||
projects: [
|
projects: ['<rootDir>/core', '<rootDir>/web', '<rootDir>/joi'],
|
||||||
'<rootDir>/core',
|
|
||||||
'<rootDir>/web',
|
|
||||||
'<rootDir>/joi',
|
|
||||||
'<rootDir>/extensions/inference-nitro-extension',
|
|
||||||
'<rootDir>/extensions/conversational-extension',
|
|
||||||
'<rootDir>/extensions/model-extension',
|
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user