Running the Electron tests in both main and render process

This commit is contained in:
Kræn Hansen 2017-08-11 12:01:57 +02:00
parent 61c8757c57
commit 38a014340e

View File

@ -397,7 +397,7 @@ case "$TARGET" in
# npm test -- --filter=GarbageCollectionTests
# npm test -- --filter=AsyncTests
# npm test -- --process=main
npm test -- --process=main
npm test -- --process=render
popd