Skip to content

Commit

Permalink
Add credits to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
i-like-robots committed Oct 16, 2023
1 parent 790b94f commit 3f87849
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# snappy-snaps

[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/i-like-robots/snappy-snaps/blob/main/LICENSE) ![build status](https://github.com/i-like-robots/snappy-snaps/actions/workflows/test.yml/badge.svg?branch=main) [![npm version](https://img.shields.io/npm/v/snappy-snaps.svg?style=flat)](https://www.npmjs.com/package/snappy-snaps)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/i-like-robots/snappy-snaps/blob/main/LICENSE) ![build status](https://github.com/i-like-robots/snappy-snapsz/actions/workflows/test.yml/badge.svg?branch=main) [![npm version](https://img.shields.io/npm/v/snappy-snaps.svg?style=flat)](https://www.npmjs.com/package/snappy-snaps)

A tiny utility to save and retrieve snapshots when testing. Works with any testing framework.

Expand Down Expand Up @@ -84,6 +84,10 @@ A serializable value to be stored.

Configuration options for the snapshot. Optional.

## Credits

This plugin was based on the [`data-snapshot`](https://www.npmjs.com/package/data-snapshot) package and [snapshot implementation](https://github.com/vitest-dev/vitest/tree/76607ead169733f27e241554bca01f10e81ea849/packages/snapshot/src) from the Vitest test framework.

## License

This package is MIT licensed.

0 comments on commit 3f87849

Please sign in to comment.