Skip to content

Commit

Permalink
Provide an alternate main for the test file
Browse files Browse the repository at this point in the history
This improves coverage by making sure the code that changes the main is
tested.
  • Loading branch information
matthewp committed Mar 3, 2017
1 parent c501bf7 commit 12f4479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tests/app/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "app",
"main": "electron-main.js",
"main": "some-main.js",
"version": "1.0.0"
}

0 comments on commit 12f4479

Please sign in to comment.