ai-cli/.mocharc.json
Anurag Bhagsain 103e9a1733 feat: add gpt3
2022-11-07 09:50:04 +05:30

13 lines
175 B
JSON

{
"require": [
"test/helpers/init.js",
"ts-node/register"
],
"watch-extensions": [
"ts"
],
"recursive": true,
"reporter": "spec",
"timeout": 60000
}