Assert duplicate objects are supported

This commit is contained in:
Kevin Sawicki 2017-01-04 14:54:18 -08:00
parent 1944fdc962
commit fd23c7bf76
2 changed files with 6 additions and 0 deletions

View file

@ -277,6 +277,11 @@ describe('chromium feature', function () {
hello: {
world: true
}
},
baz2: {
hello: {
world: true
}
}
})
done()