Skip to content
This repository has been archived by the owner on Aug 14, 2023. It is now read-only.

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
AlMcKinlay committed Jul 6, 2020
1 parent 508b291 commit dfbdabc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setupTests.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ window.require = (module) => {{
} else {
return {
remote: {
require: require
require: (electronModule) => require(`../electron/${electronModule}`)
}
}
}
Expand Down

0 comments on commit dfbdabc

Please sign in to comment.