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