Tiago Bértolo
Results
5
issues of
Tiago Bértolo
The following tests should not fail: ```javascript it('should clone a getter', () => { const input = { a: 2, get foo() { return this.a * 2 } } let...
```javascript var fs = require('fs'), nconf = require('nconf'); var path = require('path'); const rootPath = __dirname; const fileName = 'config.json'; nconf.defaults({ 'port': 80, 'folder': 'myFolder' }); nconf.save((err) => { if...