mirror of
https://github.com/android-actions/setup-android.git
synced 2026-01-22 16:09:16 +03:00
6 lines
92 B
TypeScript
6 lines
92 B
TypeScript
describe('setup-android', () => {
|
|
it('has sanity', async () => {
|
|
expect(true)
|
|
})
|
|
})
|