(snapshots)
| 52084 | return snapshot.insight && snapshot.title; |
| 52085 | } |
| 52086 | function validSnapshots(snapshots) { |
| 52087 | if (Array.isArray(snapshots)) { |
| 52088 | for(let i = 0; i < snapshots.length; i++){ |
| 52089 | if (!isSnapshot(snapshots[i])) return false; |
| 52090 | } |
| 52091 | return true; |
| 52092 | } |
| 52093 | return false; |
| 52094 | } |
| 52095 | class SnapshotImportLocal extends _react.Component { |
| 52096 | constructor(props){ |
| 52097 | super(props); |
no test coverage detected