Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/joao208/good-snippets
Add Jest test structure, arrow functions and functions for typescrit and javascript
https://github.com/joao208/good-snippets
javascript js snippets ts typescript vs-code vscode vscode-extension vscode-snippets
Last synced: 14 days ago
JSON representation
Add Jest test structure, arrow functions and functions for typescrit and javascript
- Host: GitHub
- URL: https://github.com/joao208/good-snippets
- Owner: Joao208
- Created: 2022-02-04T20:30:51.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T14:43:03.000Z (almost 3 years ago)
- Last Synced: 2024-12-07T14:33:46.416Z (18 days ago)
- Topics: javascript, js, snippets, ts, typescript, vs-code, vscode, vscode-extension, vscode-snippets
- Homepage: https://marketplace.visualstudio.com/items?itemName=good-snippets.good-snippets
- Size: 384 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Good Snippets
Code Snippets to create jest tests structure, functions and arrow functions for typescript and javascript
## How to use
### Jest Structure
Type `describe` to see availabl autocompletions in work
### Jest It
Type `it` to see availabl autocompletions in work
### Arrow function
Type `arrow` to see availabl autocompletions in work
### Function
Type `function` to see availabl autocompletions in work
## Install instructions
Install via Extension Marketplace
- Open Commnd on Visual Studio Code (Ctrl + Shift + P on Windows and Linux or Cmd + Shift + P on Mac/OSX)
- > ext install good-snippets
- Wait until install complete and restart VS Code### Future fetures
- Autocomplete for cypress tests
- Controllers Snippetss