mirror of
https://github.com/verdaccio/verdaccio.git
synced 2025-01-06 22:40:26 -05:00
6a778e8c17
close #155, see reasons there This is a huge commit, so let me know if it will cause any trouble, I might consider reverting it if it's the case.
8 lines
222 B
JavaScript
8 lines
222 B
JavaScript
|
|
describe('config.yaml', function() {
|
|
it('should be parseable', function() {
|
|
var source = require('fs').readFileSync(__dirname + '/../../lib/config_def.yaml', 'utf8')
|
|
require('js-yaml').safeLoad(source)
|
|
})
|
|
})
|
|
|