mirror of
https://github.com/android-actions/setup-android.git
synced 2024-12-04 15:32:08 +00:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
describe('setup-android', () => {
|
||
|
it('has sanity', async () => {
|
||
|
expect(true)
|
||
|
})
|
||
|
})
|