Update test script in package.json and enhance patch_files.js with chroot support and improved path handling for file operations.

This commit is contained in:
sebseb7
2025-08-11 17:27:46 +02:00
parent 612a4a6b9d
commit b26d0d3f7e
3 changed files with 722 additions and 56 deletions

View File

@@ -49,7 +49,7 @@
},
"scripts": {
"start": "node cli.js",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "node tests/run-tests.js"
},
"keywords": [],
"author": "",