Real unit test (isolation, no children render)
Calls:
- constructor
- render
| { | |
| "Custom Log": { | |
| "scope": "javascript,typescript", | |
| "prefix": "log", | |
| "body": ["console.log('$1', $1);"], | |
| "description": "Generate console.log method with cursor ready to type on key and value" | |
| }, | |
| "ReactComponentTsx": { | |
| "scope": "typescript,typescriptreact", |
| #!/bin/sh | |
| npm install |