This website requires JavaScript.
Explore
Help
Sign In
root
/
tabby
mirror of
https://gitee.com/zhang_1334717033/tabby.git
Watch
1
Star
0
Fork
You've already forked tabby
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
main
tabby
/
clients
/
tabby-agent
/
.mocha.env.js
4 lines
91 B
JavaScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat: Agent add postprocess for repetitive patterns. (#294)
2023-07-13 08:31:20 +00:00
process
.
env
.
NODE
_ENV
=
"test"
;
Feat agent postprocess limit completion scope (#254) * refactor: Extract postprocess filters , add unit test for postprocess filters. * feat: agent add indentation based postprocess. * feat: agent enable indentation based postprocess. * fix: rebase and small fixes. * fix: move postprocess after completion cache.
2023-06-22 06:22:35 +00:00
process
.
env
.
IS
_BROWSER
=
false
;
process
.
env
.
IS
_TEST
=
true
;