GitXplorerGitXplorer
g

github-jest-snapshots

public
33 stars
9 forks
2 issues

Commits

List of commits on branch master.
Unverified
131105e75c0cc0ea8e9c2e0af94216c911fe567e

Simplify description

ggimenete committed 6 years ago
Unverified
eb00c24a64e47b10564c39542f8e2e17c9d8ca77

Add description

ggimenete committed 6 years ago
Unverified
7ce8ef4dc32011394b36d81c38a00f0c25bce3a2

Change icon

ggimenete committed 6 years ago
Unverified
0d1a7d9f593718bb2456d6738ffe1b0d2b19b472

Update README

ggimenete committed 6 years ago
Unverified
050b1112acc1a04d0463b8a607cbca497e74bcc1

Fix

ggimenete committed 6 years ago
Unverified
84eaa179be598e54ac392ac86a5e371cb996fc1d

Fix

ggimenete committed 6 years ago

README

The README file for this repository.

GitHub Jest Snapshots

GitHub action that shows Jest Snapshots in the GitHub interface. Run it on every push event and it will add annotations to your commits whenever there's a toMatchSnapshot() call in your code.

Requirements

Your project should make use of Jest or it will fail.

Limitations

  • If you use toMatchSnapshot() in nested callbacks, this action will probably not match the snapshot correctly
  • Right now GitHub only shows annotations in modified lines of code. So it's most useful when the line that contains toMatchSnapshot() has actually changed