Assert duplicate objects are supported
This commit is contained in:
parent
1944fdc962
commit
fd23c7bf76
2 changed files with 6 additions and 0 deletions
|
@ -277,6 +277,11 @@ describe('chromium feature', function () {
|
|||
hello: {
|
||||
world: true
|
||||
}
|
||||
},
|
||||
baz2: {
|
||||
hello: {
|
||||
world: true
|
||||
}
|
||||
}
|
||||
})
|
||||
done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue