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 8c1faf9 commit 6c32b3cCopy full SHA for 6c32b3c
test/unit/features/component/component.spec.js
@@ -289,6 +289,8 @@ describe('Component', () => {
289
}
290
291
}).$mount()
292
+ expect('"somecollection" is passed').toHaveBeenTipped()
293
+ expect('declared prop name is "someCollection"').toHaveBeenTipped()
294
expect(
295
'You should probably use "some-collection" instead of "someCollection".'
296
).toHaveBeenTipped()
@@ -306,6 +308,8 @@ describe('Component', () => {
306
308
307
309
310
311
+ expect('"fooBar" is emitted').toHaveBeenTipped()
312
+ expect('handler is registered for "foobar"').toHaveBeenTipped()
313
314
'You should probably use "foo-bar" instead of "fooBar".'
315
0 commit comments