()
| 109 | |
| 110 | it('arrayOfPrimitives', function () { |
| 111 | var fn = function () {} |
| 112 | const array = [true, fn, null, 123, '', undefined, 1] |
| 113 | return promise.fullyResolved(array).then(function (resolved) { |
| 114 | assert.strictEqual(array, resolved) |
no outgoing calls
no test coverage detected