Added tests for PKPass.pack

This commit is contained in:
Alexander Cerutti
2021-10-13 23:14:14 +02:00
parent 62d54ab4d8
commit b584269bc0
2 changed files with 40 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ import { Stream } from "stream";
import { ZipFile } from "yazl";
export const filesSymbol = Symbol("bundleFiles");
const freezeSymbol = Symbol("bundleFreeze");
export const freezeSymbol = Symbol("bundleFreeze");
const archiveSymbol = Symbol("zip");
namespace Mime {