mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 19:25:23 +00:00
Bundle: added another message to Messages
This commit is contained in:
@@ -22,7 +22,7 @@ describe("Bundle", () => {
|
||||
// @ts-expect-error
|
||||
expect(() => new Bundle()).toThrowError(
|
||||
Error,
|
||||
"Cannot build Bundle. MimeType is missing",
|
||||
Messages.BUNDLE.MIME_TYPE_MISSING,
|
||||
);
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user