()
| 456 | // Testing the defaults |
| 457 | [undefined, null, { __proto__: null }, { type: undefined }, { |
| 458 | get type() {}, // eslint-disable-line getter-return |
| 459 | }].forEach((options) => { |
| 460 | assert.strictEqual( |
| 461 | new Blob([], options).type, |
no outgoing calls
no test coverage detected
searching dependent graphs…