vscode-jest-snippets
vscode-jest-snippets copied to clipboard
Limit to test/spec files only
I want this extension to be enabled only on test files. Could it be configured to allow by file extension or glob patterns
eg:
*.{spec|test}.{js|ts}
**/__tests__/**
**/__specs__/**