it('should throw SemanticReleaseError if "npmPublish" option is not a Boolean', () => {
    const npmPublish = 42;
    const error = new AggregateError([getError('EINVALIDNPMPUBLISH')]);

    try {