mirror of
https://gitea.com/actions/setup-android.git
synced 2025-09-04 00:17:16 +00:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
describe('setup-android', () => {
|
|
it('has sanity', async () => {
|
|
expect(true)
|
|
})
|
|
})
|