UNPKG

playwright-bdd

Version:
9 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.shouldSkipAttachment = shouldSkipAttachment; function shouldSkipAttachment(envelope, skipAttachments) { return Array.isArray(skipAttachments) ? skipAttachments.includes(envelope.attachment.mediaType) : Boolean(skipAttachments); } //# sourceMappingURL=skip.js.map