Approval-based snapshot testing library for Go (mirror)
1---
2title: Nested Ignore Patterns
3test_name: TestNestedIgnorePatterns
4file_name: ignore_test.go
5version: 0.1.0
6---
7{
8 "admin": {},
9 "user": {
10 "email": "john@example.com",
11 "id": 1,
12 "name": "John Doe",
13 "profile": {
14 "bio": "Developer",
15 "website": "https://example.com"
16 }
17 }
18}