mirror of
https://github.com/android-actions/setup-android
synced 2024-11-22 05:29:34 -08:00
6 lines
97 B
TypeScript
6 lines
97 B
TypeScript
|
describe('setup-android', () => {
|
||
|
it('has sanity', async () => {
|
||
|
expect(true)
|
||
|
})
|
||
|
})
|