mirror of
https://github.com/Kir-Antipov/mc-publish.git
synced 2024-11-24 09:21:04 -05:00
Fixed platform-uploader
tests
This commit is contained in:
parent
2710429e10
commit
79d5ddbde2
1 changed files with 1 additions and 1 deletions
|
@ -14,6 +14,6 @@ describe("createPlatformUploader", () => {
|
||||||
});
|
});
|
||||||
|
|
||||||
test("throws an error when an unknown platform is provided", () => {
|
test("throws an error when an unknown platform is provided", () => {
|
||||||
expect(() => createPlatformUploader("unknown" as PlatformType, { githubContext: null })).toThrow("Unknown platform 'unknown'.");
|
expect(() => createPlatformUploader("unknown" as PlatformType, { githubContext: null })).toThrow();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue