Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 734 Bytes

README.md

File metadata and controls

26 lines (21 loc) · 734 Bytes

Jest Snippets Logo

Jest Snippets

Small set of snippets that I find useful while building & testing a jest test while suite.

Features

Command Prefix
Template a jest test suite jest - new test suite
Template a jest "Describe" block jest - new 'describe' block
Template a jest "it" block jest - new 'it' block

Deployment

  1. Make changes
  2. Bump npm version
  3. Merge change to master
  4. Create new tag
  5. Create release in github