Denis
Results
2
issues of
Denis
Hello After invoke EasyGraphQLTester constructor i have the Syntax Error: Unexpected I did console the Lexure which parses on that time and this lexure is #imports
**Describe the bug** // config/default.js ``` module.exports = { application: { name: process.env.NAME, get currentIp() { console.log('Getter called') return getCurrentIp() } } } function getCurrentIp() { return '123.123.123' } ```...