File: config.spec.coffee
Defined in: | lib/resin/config |
Variables Summary
- expect =
-
chai
- FILESYSTEM =
-
{ config: { name: 'config', contents: JSON.stringify({ directories: { plugins: 'myPlugins' }, remoteUrl: 'http://localhost:9001' }) }, directoryConfig: { name: 'directoryConfig', contents: {} }, notJSON: { name: 'notJSON', contents: 'Not JSON content' } }