test: enable standalone host discovery

This commit is contained in:
2026-08-26 06:56:05 +08:00
parent 6fa2ad2623
commit afc58da579
@@ -11,5 +11,8 @@
"dependencies": { "dependencies": {
"com.unity.test-framework": "1.1.33", "com.unity.test-framework": "1.1.33",
"com.cneicy.shrink-installer": "file:../../.." "com.cneicy.shrink-installer": "file:../../.."
} },
"testables": [
"com.cneicy.shrink-installer"
]
} }