vscode-jest-snippets icon indicating copy to clipboard operation
vscode-jest-snippets copied to clipboard

Jest snippets extension for VS Code

Results 1 vscode-jest-snippets issues
Sort by recently updated
recently updated
newest added

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__/** ```