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