prc b6c02717e6 Upload complete no-internet building environment. | 1 рік тому | |
---|---|---|
.. | ||
node_modules | 1 рік тому | |
src | 1 рік тому | |
.eslintrc | 1 рік тому | |
.gitattributes | 1 рік тому | |
.npmignore | 1 рік тому | |
.travis.yml | 1 рік тому | |
CODE_OF_CONDUCT.md | 1 рік тому | |
COPYING | 1 рік тому | |
README.md | 1 рік тому | |
build.sh | 1 рік тому | |
package.json | 1 рік тому |
This package runs an arbitrary executable / args under xvfb-run
if the
platform is Linux and DISPLAY isn't set. This is super useful for making
Electron unit tests run correctly in CI environments while still working
locally
## On Windows or OS X, this just invokes electron-mocha
## On Linux, if we are in a headless environment, this will be equivalent
## to xvfb-run electron-mocha ./test/*.js
xvfb-maybe electron-mocha ./test/*.js