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