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 c2f748c commit 9039531Copy full SHA for 9039531
tests/features/plugins.spec.ts
@@ -33,7 +33,6 @@ describe('Plugin#install', () => {
33
config.plugins.VueWrapper.install(PluginWithOptions, { msg: 'Hello' })
34
35
const wrapper = mountComponent()
36
- // @ts-ignore
37
expect(wrapper.greet('Lachlan')).toBe('Hello, Lachlan')
38
})
39
0 commit comments