(file)
| 24 | } |
| 25 | |
| 26 | require(file) { |
| 27 | if (file === './server') { |
| 28 | return function () { |
| 29 | return { |
| 30 | listen() { |
| 31 | arguments[arguments.length - 1](); |
| 32 | }, |
| 33 | }; |
| 34 | }; |
| 35 | } |
| 36 | } |
| 37 | |
| 38 | config() { |
| 39 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected