fix(qenv): Handle falsy environment values correctly, improve env source resolution, add tests and update test script

This commit is contained in:
2025-08-16 12:35:35 +00:00
parent a7e3bf1223
commit 5a81caa7bb
5 changed files with 168 additions and 18 deletions

View File

@@ -7,7 +7,7 @@
"typings": "dist_ts/index.d.ts",
"type": "module",
"scripts": {
"test": "(tstest test/)",
"test": "(tstest test/ --verbose --testlog --timeout 20)",
"build": "(tsbuild --web --allowimplicitany)",
"buildDocs": "tsdoc"
},