insomnia/app/__mocks__/electron.js
Gregory Schier 2ed92a7968 Actual Test Suite (#35)
* Pull out some render utils into functions

* Added some tests for lib functions

* strict refs
2016-09-02 21:32:45 -07:00

10 lines
128 B
JavaScript

export default {
remote: {
app: {
getPath (name) {
return `/tmp/insomnia-tests/${name}`
}
}
}
}