MCPcopy
hub / github.com/indexzero/nconf / assertProvider

Function assertProvider

test/provider-test.js:20–25  ·  view source on GitHub ↗
(test)

Source from the content-addressed store, hash-verified

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

Callers 1

provider-test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…