mirror of
https://gitea.com/actions/setup-android.git
synced 2025-10-10 22:14:36 +00:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
describe('setup-android', () => {
|
||
|
it('has sanity', async () => {
|
||
|
expect(true)
|
||
|
})
|
||
|
})
|