94bdb7dbd8
`complete-test.js` correctly tests the modified `save()` method. It is an attempt at a more complete functional test of nconf.
19 lines
291 B
JSON
19 lines
291 B
JSON
{
|
|
"I've seen things": {
|
|
"like": [
|
|
"carrots",
|
|
"handbags",
|
|
"cheese",
|
|
"toilets",
|
|
"russians",
|
|
"planets",
|
|
"hampsters",
|
|
"weddings",
|
|
"poets",
|
|
"stalin",
|
|
"kuala lumpur"
|
|
]
|
|
},
|
|
"host": "weebls-stuff.com",
|
|
"port": 78304
|
|
}
|