mirror of
https://github.com/cline/cline.git
synced 2025-06-03 03:59:07 +00:00

* Fix unit test set-up * run tests on CI * update failing tests * Update node Update the coverage job node version
7 lines
170 B
JSON
7 lines
170 B
JSON
{
|
|
"extension": ["ts"],
|
|
"spec": "src/**/__tests__/*.ts",
|
|
"require": ["ts-node/register", "source-map-support/register", "./src/test/requires.ts"],
|
|
"recursive": true
|
|
}
|