(test)
| 18 | override = JSON.parse(fs.readFileSync(files[0]), 'utf8'); |
| 19 | |
| 20 | function assertProvider(test) { |
| 21 | return { |
| 22 | topic: new nconf.Provider(), |
| 23 | "should use the correct File store": test |
| 24 | }; |
| 25 | } |
| 26 | |
| 27 | vows.describe('nconf/provider').addBatch({ |
| 28 | "When using nconf": { |
no outgoing calls
no test coverage detected
searching dependent graphs…