mirror of
https://github.com/electron/electron.git
synced 2026-05-02 03:00:22 -04:00
- spec/_vitest_runner/package.json: name/productName match spec/package.json
so app.name assertions hold
- worker-entry: userData is <mkdtemp>/<app.name>/ so getPath('userData')
still includes the app name
- net-helpers: import defer from defer-helpers and own listen() directly,
so the utility-process fixture (which ts-node-requires net-helpers) no
longer pulls in spec-helpers -> vitest
7 lines
125 B
JSON
7 lines
125 B
JSON
{
|
|
"name": "electron-test-main",
|
|
"productName": "Electron Test Main",
|
|
"version": "0.1.0",
|
|
"main": "worker-entry.js"
|
|
}
|