()
| 36 | } |
| 37 | |
| 38 | func testRegistry() registry.Registry { |
| 39 | return registry.Registry{ |
| 40 | {"EKS + Go + React + Gatsby", []string{"module-source 1", "module-source 2"}}, |
| 41 | {"foo", []string{"module-source 3"}}, |
| 42 | {"bar", []string{"module-source 4"}}, |
| 43 | {"lorem", []string{"module-source 5"}}, |
| 44 | {"ipsum", []string{"module-source 6"}}, |
| 45 | {"Custom", []string{"module-source 7"}}, |
| 46 | } |
| 47 | } |
no outgoing calls
no test coverage detected