mirror of
https://github.com/Kong/insomnia.git
synced 2026-04-21 14:47:46 -04:00
* Fixed duplication kve bug * Added semistandard and updated code * Actually got it working * Even better * I think it should work on Windows now
15 lines
173 B
JavaScript
15 lines
173 B
JavaScript
module.exports = {
|
|
remote: {
|
|
app: {
|
|
getPath (name) {
|
|
return `/tmp/insomnia-tests/${name}`;
|
|
}
|
|
}
|
|
},
|
|
ipcRenderer: {
|
|
on () {
|
|
|
|
}
|
|
}
|
|
};
|