it("should copy the unzipped package files to the outputDirectoryPath provided", () => {
            const outputDirectoryFilePaths = glob.sync(`${outputDirectoryPath}/**/*`, { dot: true }).map((filePath) => {
                return filePath.replace(outputDirectoryPath, "");
            });