Skip to content
This repository was archived by the owner on Oct 22, 2021. It is now read-only.

Commit 22aa2ea

Browse files
committed
Fix test
1 parent cf80afa commit 22aa2ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ describe('application launch', function () {
77

88
beforeEach(function () {
99
this.app = new Application({
10-
path: require("path").join(__dirname, "node_modules/.bin/electron"),
10+
path: require("path").join(__dirname, "../node_modules/.bin/electron"),
1111
args: [
1212
require("path").join(__dirname, "src")
1313
]

0 commit comments

Comments
 (0)