| // Jest Snapshot v1, https://goo.gl/fbAQLP |
| |
| exports[`Badge accessibility tree matches snapshot 1`] = ` |
| Object { |
| "children": Array [ |
| Object { |
| "name": "Black Lives Matter", |
| "role": "text", |
| }, |
| Object { |
| "name": "Support the Equal Justice Initiative", |
| "role": "link", |
| }, |
| Object { |
| "name": "Link to Go homepage", |
| "role": "link", |
| }, |
| Object { |
| "name": "Search for a package", |
| "role": "button", |
| }, |
| Object { |
| "description": "Search for a package", |
| "name": "Search for a package", |
| "role": "textbox", |
| }, |
| Object { |
| "description": "Why Go", |
| "name": "Why Go", |
| "role": "link", |
| }, |
| Object { |
| "description": "Getting Started", |
| "name": "Getting Started", |
| "role": "link", |
| }, |
| Object { |
| "description": "Discover Packages", |
| "name": "Discover Packages", |
| "role": "link", |
| }, |
| Object { |
| "name": "About", |
| "role": "link", |
| }, |
| Object { |
| "level": 1, |
| "name": "Create a badge", |
| "role": "heading", |
| }, |
| Object { |
| "name": "Create a badge to link to pkg.go.dev from your project website or README file.", |
| "role": "text", |
| }, |
| Object { |
| "name": "Badge", |
| "role": "text", |
| }, |
| Object { |
| "name": "Go Reference", |
| "role": "link", |
| }, |
| Object { |
| "name": "URL", |
| "role": "text", |
| }, |
| Object { |
| "name": "URL", |
| "role": "textbox", |
| }, |
| Object { |
| "name": "", |
| "role": "button", |
| }, |
| Object { |
| "name": "The Go Gopher", |
| "role": "img", |
| }, |
| Object { |
| "name": "Type a pkg.go.dev URL above to create a badge link.", |
| "role": "text", |
| }, |
| Object { |
| "description": "Why Go", |
| "name": "Why Go", |
| "role": "link", |
| }, |
| Object { |
| "description": "Use Cases", |
| "name": "Use Cases", |
| "role": "link", |
| }, |
| Object { |
| "description": "Case Studies", |
| "name": "Case Studies", |
| "role": "link", |
| }, |
| Object { |
| "description": "Getting Started", |
| "name": "Getting Started", |
| "role": "link", |
| }, |
| Object { |
| "name": "Playground", |
| "role": "link", |
| }, |
| Object { |
| "name": "Tour", |
| "role": "link", |
| }, |
| Object { |
| "name": "Stack Overflow", |
| "role": "link", |
| }, |
| Object { |
| "description": "Discover Packages", |
| "name": "Discover Packages", |
| "role": "link", |
| }, |
| Object { |
| "description": "About", |
| "name": "About", |
| "role": "link", |
| }, |
| Object { |
| "name": "Download", |
| "role": "link", |
| }, |
| Object { |
| "name": "Blog", |
| "role": "link", |
| }, |
| Object { |
| "name": "Release Notes", |
| "role": "link", |
| }, |
| Object { |
| "name": "Brand Guidelines", |
| "role": "link", |
| }, |
| Object { |
| "name": "Code of Conduct", |
| "role": "link", |
| }, |
| Object { |
| "description": "Connect", |
| "name": "Connect", |
| "role": "link", |
| }, |
| Object { |
| "name": "Twitter", |
| "role": "link", |
| }, |
| Object { |
| "name": "GitHub", |
| "role": "link", |
| }, |
| Object { |
| "name": "Slack", |
| "role": "link", |
| }, |
| Object { |
| "name": "Meetup", |
| "role": "link", |
| }, |
| Object { |
| "name": "Gopher in flight goggles", |
| "role": "img", |
| }, |
| Object { |
| "name": "Copyright", |
| "role": "link", |
| }, |
| Object { |
| "name": "Terms of Service", |
| "role": "link", |
| }, |
| Object { |
| "name": "Privacy Policy", |
| "role": "link", |
| }, |
| Object { |
| "name": "Report an Issue", |
| "role": "link", |
| }, |
| Object { |
| "name": "golang.org", |
| "role": "link", |
| }, |
| Object { |
| "name": "Google logo", |
| "role": "link", |
| }, |
| ], |
| "name": "Badge generation tool ยท pkg.go.dev", |
| "role": "WebArea", |
| } |
| `; |