Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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