chore: Small fixes for testing, b=(no-bug), c=kbs, split-view, tests, workspaces

This commit is contained in:
Mr. M
2025-05-04 23:17:17 +02:00
parent 05df28ae72
commit 13923b84f2
9 changed files with 21 additions and 5 deletions

View File

@@ -6,6 +6,8 @@ if [ ! -f "package.json" ]; then
exit 1
fi
#npm run build:ui
cd ./engine
./mach mochitest zen/tests/ $@
cd ..