Approval-based snapshot testing library for Go (mirror)
at main 26 lines 480 B view raw
1--- 2title: SnapJSON Nested Objects 3test_name: TestSnapJsonWithNestedObjects 4file_name: shutter_test.go 5version: 0.1.0 6--- 7{ 8 "created_at": "2023-06-15T10:30:00Z", 9 "user": { 10 "id": 42, 11 "permissions": [ 12 "read", 13 "write", 14 "admin" 15 ], 16 "profile": { 17 "avatar": "https://example.com/avatar.jpg", 18 "settings": { 19 "language": "en", 20 "notifications": true, 21 "theme": "dark" 22 }, 23 "username": "jane_smith" 24 } 25 } 26}