Sign in
apache
/
couchdb-nmo
/
1.0.0
/
.
/
node_modules
/
config-chain
/
test
/
broken.js
blob: 101a3e4f5c2161a4ac893cf1ca9e6107726837bd [
file
] [
log
] [
blame
]
var
cc
=
require
(
'..'
)
var
assert
=
require
(
'assert'
)
//throw on invalid json
assert
.
throws
(
function
()
{
cc
(
__dirname
+
'/broken.json'
)
})