Fix workflow and platform

pull/158/head
David Finol 2022-01-09 08:46:50 -06:00
parent 858f378fea
commit ef9bb85e15
1 changed files with 0 additions and 4 deletions

View File

@ -39,10 +39,6 @@ describe('ImageTag', () => {
const { platform } = some;
expect(() => new ImageTag({ version, platform })).toThrow();
});
test.each([undefined, 'nonExisting'])('throws for unsupported target %p', platform => {
expect(() => new ImageTag({ platform })).toThrow();
});
});
describe('toString', () => {