(key: string)
| 324 | node.addMetadata('Empty', ''); |
| 325 | |
| 326 | const exists = (key: string) => node.metadata.find(x => x.type === key); |
| 327 | |
| 328 | expect(exists('Null')).toBeFalsy(); |
| 329 | expect(exists('Undefined')).toBeFalsy(); |
no outgoing calls
no test coverage detected
searching dependent graphs…