insomnia/app/__mocks__/electron.js
Gregory Schier 92ac295227 More tests
2016-11-10 09:33:28 -08:00

10 lines
128 B
JavaScript

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