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...

This issue is blocked by #16

new feature

```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...