Skip to content

Instantly share code, notes, and snippets.

@zouxuoz
Created June 19, 2017 11:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zouxuoz/3db2544505e92a6be675e7457e551bcb to your computer and use it in GitHub Desktop.
Save zouxuoz/3db2544505e92a6be675e7457e551bcb to your computer and use it in GitHub Desktop.
Replace `.toEqual` -> `'.toMatchSnapshot` for Jest
#!/usr/bin/env bash
grasp -e 'expect($args).toEqual(_obj)' -R 'expect({{args}}).toMatchSnapshot()' -i $(find **/__tests__/**.js)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment