@ota-meshi/test-snapshot
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

test-snapshot

A snapshot testing library similar to jest-snapshot.

🚀 Features

💿 Installation

npm install -D @ota-meshi/test-snapshot

📖 Usage

import { expect } from "@ota-meshi/test-snapshot";

it("foo", () => {
  expect({ foo: "bar" }).toMatchSnapshot();
});

Package Sidebar

Install

npm i @ota-meshi/test-snapshot

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

13.5 kB

Total Files

6

Last publish

Collaborators

  • ota-meshi