prc b6c02717e6 Upload complete no-internet building environment. | há 1 ano atrás | |
---|---|---|
.. | ||
node_modules | há 1 ano atrás | |
src | há 1 ano atrás | |
.eslintrc | há 1 ano atrás | |
.gitattributes | há 1 ano atrás | |
.npmignore | há 1 ano atrás | |
.travis.yml | há 1 ano atrás | |
CODE_OF_CONDUCT.md | há 1 ano atrás | |
COPYING | há 1 ano atrás | |
README.md | há 1 ano atrás | |
build.sh | há 1 ano atrás | |
package.json | há 1 ano atrás |
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