-
-
Notifications
You must be signed in to change notification settings - Fork 190
Open
@Roninii
Description
I'm just curious if you feel as though snippets directed at test files are out of the scope of this extension? I thought about making a separate extension, but I figured we could just add on to this one if you feel it's within the same scope?
i.e. using @testing-library/vue:
import { render } from '@testing-library/vue' import MyComponent from '@/components/MyComponent.vue' descibe('', () => { it('', () => { //... test... }) })
Why:
- User generated snippets can't be scoped by file extensions like
*.spec.js
. - We should all probably write more tests, and testing boiler plate is obnoxious.
Edit: I should note that I bring this up because I'm willing to create some snippets. Just wondered if the interest was there :D
Metadata
Metadata
Assignees
Labels
No labels