it('should throw SemanticReleaseError if "tarballDir" option is not a String', async () => {
    const tarballDir = 42;
    const error = new AggregateError([getError('EINVALIDTARBALLDIR')]);

    try {