We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 006e82d commit 453f438Copy full SHA for 453f438
test/unit/specs/directives/repeat_spec.js
@@ -591,7 +591,7 @@ if (_.inBrowser) {
591
items: [{id: 1}, {id: 1}]
592
}
593
})
594
- expect(hasWarned(_, 'Duplicate track-by key')).toBe(true)
+ expect(hasWarned(_, 'Duplicate objects with the same track-by key')).toBe(true)
595
596
597
it('warn v-if', function () {
0 commit comments