Test: isolate qr dashboard integration suite

This commit is contained in:
scoootscooob
2026-03-22 23:50:54 -07:00
parent 47186c50a2
commit 52b92f2973

View File

@@ -32,7 +32,12 @@
]
},
"unit": {
"isolated": [],
"isolated": [
{
"file": "src/cli/qr-dashboard.integration.test.ts",
"reason": "This CLI integration suite hoists runtime/config mocks and resets module state between qr and dashboard command imports; keep it in its own forked lane so shared unit-fast workers stay deterministic."
}
],
"threadPinned": []
}
}