Add androidVersionCode output test
parent
78f5a2ef1a
commit
342c70cd28
|
|
@ -7,3 +7,11 @@ describe('Output', () => {
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
||||||
|
describe('Output', () => {
|
||||||
|
describe('setAndroidVersionCode', () => {
|
||||||
|
it('does not throw', async () => {
|
||||||
|
await expect(Output.setAndroidVersionCode('1000')).resolves.not.toThrow();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue