Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Run tests in renderer porocess
Browse files Browse the repository at this point in the history
  • Loading branch information
szwacz committed Apr 20, 2016
1 parent 575f46c commit ef82d5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"release": "gulp release --env=production",
"start": "gulp start",
"pretest": "gulp build --env=test",
"test": "electron-mocha build",
"test": "electron-mocha build --renderer",
"install-native": "node ./tasks/install_native_module"
}
}

0 comments on commit ef82d5d

Please sign in to comment.