fix(e2e): split test paths for bun test args array

e2e.ts runTest was passing all paths as single string argument,
causing bun to treat it as one malformed path. Split on spaces
to properly pass multiple test paths.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
AirCoding
2026-06-04 17:56:35 +08:00
parent 560dfcce09
commit df36c43829
2 changed files with 9 additions and 1 deletions

7
.qoder/settings.local.json Executable file
View File

@@ -0,0 +1,7 @@
{
"permissions": {
"allow": [
"WebFetch(*)"
]
}
}