mirror of
https://github.com/android-actions/setup-android
synced 2025-06-29 00:02:55 +02:00
5 lines
92 B
TypeScript
5 lines
92 B
TypeScript
describe('setup-android', () => {
|
|
it('has sanity', async () => {
|
|
expect(true)
|
|
})
|
|
})
|