insomnia/app/__mocks__/electron.js
Gregory Schier 314daf155e Verify Before Syncing (#98)
* Added an UNSET sync mode

* Fixed tests

* Remove sync logs and adjusted dropdown

* Fixed duplication kve bug

* Added sync config modal

* AUtobind

* Autobind working

* Hot loading works again

* Remove express

* Fixed tests

* Fix one thing

* Fixed some hmr-related bugs
2017-03-02 17:44:07 -08:00

15 lines
172 B
JavaScript

module.exports = {
remote: {
app: {
getPath (name) {
return `/tmp/insomnia-tests/${name}`
}
}
},
ipcRenderer: {
on () {
}
}
};