Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
romsar authored Oct 11, 2024
1 parent a320702 commit 8a1eff9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ func TestHomepage(t *testing.T) {
assertable.AssertEncryptHistory(true)
assertable.AssertClearHistory(true)
assertable.AssertDeferredProps(map[string][]string{"default": []string{"foo bar"}})
assertable.AssertMergeProps([]string{"foo"})

// or work with the data yourself:
assertable.Component // Foo/Bar
Expand All @@ -377,6 +378,7 @@ func TestHomepage(t *testing.T) {
assertable.Props // inertia.Props{"foo": "bar"}
assertable.EncryptHistory // true
assertable.ClearHistory // false
assertable.MergeProps // []string{"foo"}
assertable.Body // full response body
}
```
Expand Down

0 comments on commit 8a1eff9

Please sign in to comment.