| 51 | }; |
| 52 | |
| 53 | const layoutA = storeType => ({ |
| 54 | namespace: 'my_components', |
| 55 | type: 'C', |
| 56 | props: { |
| 57 | id: 'a', |
| 58 | persistence: true, |
| 59 | persistence_type: storeType |
| 60 | } |
| 61 | }); |
| 62 | |
| 63 | describe('storage fallbacks and equivalence', () => { |
| 64 | const propVal = 42; |
no outgoing calls
no test coverage detected
searching dependent graphs…