Skip to content

Commit 9039531

Browse files
committed
chore: remove ts-ignore
1 parent c2f748c commit 9039531

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/features/plugins.spec.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ describe('Plugin#install', () => {
3333
config.plugins.VueWrapper.install(PluginWithOptions, { msg: 'Hello' })
3434

3535
const wrapper = mountComponent()
36-
// @ts-ignore
3736
expect(wrapper.greet('Lachlan')).toBe('Hello, Lachlan')
3837
})
3938

0 commit comments

Comments
 (0)