[go: up one dir, main page]

expect-test 1.2.1

Minimalistic snapshot testing library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "expect-test"
version = "1.2.1"
description = "Minimalistic snapshot testing library"
keywords = ["snapshot", "testing", "expect"]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-analyzer/expect-test"
authors = ["rust-analyzer developers"]
edition = "2018"

exclude = [".github/", "bors.toml", "rustfmt.toml"]

[dependencies]
once_cell = "1"
dissimilar = "1"