How to use robo-config - 2 common examples

To help you get started, we’ve selected a few robo-config examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github blackflux / lambda-monitor / test / index.spec.js View on Github external
it('Documenting Plugin Tasks', () => {
    expect(load(plugin).syncDocs()).to.deep.equal([]);
  });
github blackflux / lambda-monitor / test / index.spec.js View on Github external
it('Testing Plugin Tasks', () => {
    expect(load(plugin).test(path.join(__dirname, 'projects'))).to.deep.equal({
      'assorted/@default': []
    });
  });
});

robo-config

Automatically manage configuration files.

MIT
Latest version published 9 months ago

Package Health Score

47 / 100
Full package analysis

Popular robo-config functions