| 1 | import { createAsyncIterable, createIterable/* , createIterator */ } from '../helpers/helpers.js'; |
| 2 | import { STRICT_THIS } from '../helpers/constants.js'; |
| 3 | |
| 4 | QUnit.test('Array.fromAsync', assert => { |
nothing calls this directly
no test coverage detected