mirror of
https://github.com/Kong/insomnia
synced 2024-11-08 14:49:53 +00:00
2ed92a7968
* Pull out some render utils into functions * Added some tests for lib functions * strict refs
10 lines
128 B
JavaScript
10 lines
128 B
JavaScript
export default {
|
|
remote: {
|
|
app: {
|
|
getPath (name) {
|
|
return `/tmp/insomnia-tests/${name}`
|
|
}
|
|
}
|
|
}
|
|
}
|