(obj)
| 2 | import { DESCRIPTORS } from '../helpers/constants.js'; |
| 3 | |
| 4 | function nullProto(obj) { |
| 5 | return Object.assign(Object.create(null), obj); |
| 6 | } |
| 7 | |
| 8 | QUnit.test('Iterator.zipKeyed', assert => { |
| 9 | const { zipKeyed } = Iterator; |
no outgoing calls
no test coverage detected
searching dependent graphs…