mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Chat modes
This commit is contained in:
@@ -10,7 +10,9 @@ module.exports = {
|
||||
"moduleResolution": "node",
|
||||
"esModuleInterop": true,
|
||||
"allowJs": true
|
||||
}
|
||||
},
|
||||
diagnostics: false,
|
||||
isolatedModules: true
|
||||
}]
|
||||
},
|
||||
testMatch: ['**/__tests__/**/*.test.ts'],
|
||||
@@ -35,11 +37,5 @@ module.exports = {
|
||||
reporters: [
|
||||
["jest-simple-dot-reporter", {}]
|
||||
],
|
||||
setupFiles: [],
|
||||
globals: {
|
||||
'ts-jest': {
|
||||
diagnostics: false,
|
||||
isolatedModules: true
|
||||
}
|
||||
}
|
||||
};
|
||||
setupFiles: []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user