prc b6c02717e6 Upload complete no-internet building environment. | hace 1 año | |
---|---|---|
.. | ||
node_modules | hace 1 año | |
src | hace 1 año | |
.eslintrc | hace 1 año | |
.gitattributes | hace 1 año | |
.npmignore | hace 1 año | |
.travis.yml | hace 1 año | |
CODE_OF_CONDUCT.md | hace 1 año | |
COPYING | hace 1 año | |
README.md | hace 1 año | |
build.sh | hace 1 año | |
package.json | hace 1 año |
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