docs: fix wording on testing documentation (#32279)
This commit is contained in:
parent
b61805b63a
commit
30e0620ccc
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ you error would be caught at commit time.
|
||||||
## Unit Tests
|
## Unit Tests
|
||||||
|
|
||||||
If you are not using [build-tools](https://github.com/electron/build-tools),
|
If you are not using [build-tools](https://github.com/electron/build-tools),
|
||||||
ensure that that name you have configured for your
|
ensure that the name you have configured for your
|
||||||
local build of Electron is one of `Testing`, `Release`, `Default`, or
|
local build of Electron is one of `Testing`, `Release`, `Default`, or
|
||||||
you have set `process.env.ELECTRON_OUT_DIR`. Without these set, Electron will fail
|
you have set `process.env.ELECTRON_OUT_DIR`. Without these set, Electron will fail
|
||||||
to perform some pre-testing steps.
|
to perform some pre-testing steps.
|
||||||
|
|
Loading…
Reference in a new issue