This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
insomnia
Watch
1
Star
0
Fork
0
You've already forked insomnia
mirror of
https://github.com/Kong/insomnia
synced
2024-11-08 14:49:53 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
889c9dbbd4
insomnia
/
app
/
__mocks__
/
electron.js
10 lines
131 B
JavaScript
Raw
Normal View
History
Unescape
Escape
Move a bunch of stuff to async/await (#39) * Some minor implementations * Some more * Lots more * Removed 'backend' alias * removed all promises * Removed a bunch of module exports stuff * Some morE' * Fix * custom DNS * Tests for DNS * bug fix * Some small adjustments * Small stuff
2016-10-02 20:57:00 +00:00
module
.
exports
=
{
Actual Test Suite (#35) * Pull out some render utils into functions * Added some tests for lib functions * strict refs
2016-09-03 04:32:45 +00:00
remote
:
{
app
:
{
getPath
(
name
)
{
return
`
/tmp/insomnia-tests/
${
name
}
`
}
}
}
Move a bunch of stuff to async/await (#39) * Some minor implementations * Some more * Lots more * Removed 'backend' alias * removed all promises * Removed a bunch of module exports stuff * Some morE' * Fix * custom DNS * Tests for DNS * bug fix * Some small adjustments * Small stuff
2016-10-02 20:57:00 +00:00
}
;
Reference in New Issue
Copy Permalink