(ref)
| 253 | |
| 254 | describe('flattenGroupComposition', () => { |
| 255 | const spread = (ref) => ({ Name: '', Occurrence: { n: 1, m: 1 }, Type: [ref], Comments: [] }) |
| 256 | const wildcard = { Name: 'text', Occurrence: { n: 0, m: null }, Type: ['any'], Comments: [] } |
| 257 | |
| 258 | it('inlines a spread-in base record so all composed fields are present', () => { |
no outgoing calls
no test coverage detected