EVOLUTION-MANAGER
Edit File: DataSourceList.test.tsx.snap
// Jest Snapshot v1, https://goo.gl/fbAQLP exports[`Render should render component 1`] = ` <section className="card-section card-list-layout-grid" > <ol className="card-list" > <DataSourcesListItem dataSource={ Object { "access": "", "basicAuth": false, "database": "database-0", "id": 0, "isDefault": false, "jsonData": Object { "authType": "credentials", "defaultRegion": "eu-west-2", }, "name": "dataSource-0", "orgId": 1, "password": "", "readOnly": false, "type": "cloudwatch", "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png", "url": "", "user": "", } } key="0-0" /> <DataSourcesListItem dataSource={ Object { "access": "", "basicAuth": false, "database": "database-1", "id": 1, "isDefault": false, "jsonData": Object { "authType": "credentials", "defaultRegion": "eu-west-2", }, "name": "dataSource-1", "orgId": 1, "password": "", "readOnly": false, "type": "cloudwatch", "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png", "url": "", "user": "", } } key="1-1" /> <DataSourcesListItem dataSource={ Object { "access": "", "basicAuth": false, "database": "database-2", "id": 2, "isDefault": false, "jsonData": Object { "authType": "credentials", "defaultRegion": "eu-west-2", }, "name": "dataSource-2", "orgId": 1, "password": "", "readOnly": false, "type": "cloudwatch", "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png", "url": "", "user": "", } } key="2-2" /> <DataSourcesListItem dataSource={ Object { "access": "", "basicAuth": false, "database": "database-3", "id": 3, "isDefault": false, "jsonData": Object { "authType": "credentials", "defaultRegion": "eu-west-2", }, "name": "dataSource-3", "orgId": 1, "password": "", "readOnly": false, "type": "cloudwatch", "typeLogoUrl": "public/app/plugins/datasource/cloudwatch/img/amazon-web-services.png", "url": "", "user": "", } } key="3-3" /> </ol> </section> `;