Skip to content

Commit

Permalink
Merge pull request #53 from xxchan/xxchan/interim-tarantula
Browse files Browse the repository at this point in the history
doc: update the recommended placeholder
  • Loading branch information
quad authored Dec 21, 2024
2 parents 0eba05e + fc87d4e commit 9e616f9
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.5.1

* Documentation improvements

# 1.5.0

* Make the `data` from an `ExpectFile` accessible ([#43])
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "expect-test"
version = "1.5.0"
version = "1.5.1"
description = "Minimalistic snapshot testing library"
keywords = ["snapshot", "testing", "expect"]
categories = ["development-tools::testing"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Updating a failing test:

https://user-images.githubusercontent.com/1711539/120119633-73b3f100-c1a1-11eb-91be-4c61a23e7060.mp4

Adding a new test:
Adding a new test: Just leave a blank `expect![[""]]` and update it:

![expect-fresh](https://user-images.githubusercontent.com/1711539/85926961-306f4500-b8a3-11ea-9369-f2373e327a3f.gif)

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
//! # fn check(_: i32, _: Expect) {}
//! #[test]
//! fn test_division() {
//! check(92 / 2, expect![[]])
//! check(92 / 2, expect![[""]])
//! }
//! ```
//!
Expand Down

0 comments on commit 9e616f9

Please sign in to comment.