Sign in
apache
/
couchdb-nmo
/
1.0.0
/
.
/
node_modules
/
config-chain
/
test
/
env.js
blob: fb718f32b7d9deab021550081f20245234086d55 [
file
] [
log
] [
blame
]
var
cc
=
require
(
'..'
)
var
assert
=
require
(
'assert'
)
assert
.
deepEqual
({
hello
:
true
},
cc
.
env
(
'test_'
,
{
'test_hello'
:
true
,
'ignore_this'
:
4
,
'ignore_test_this_too'
:
[]
}))