desktop: add support for running tests in parallel

we do this by copying the build directory instead of building it over and over
again for each test. This also makes the tests super fast.
This commit is contained in:
Abdullah Atta
2025-07-19 15:05:24 +05:00
parent 21978c4c1d
commit b30110a48a
5 changed files with 178 additions and 54 deletions

View File

@@ -8,7 +8,9 @@
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"sideEffects": false,
"sideEffects": [
"src/overrides.ts"
],
"exports": {
".": {
"require": {