setup-android/__tests__/matchers.test.ts

6 lines
97 B
TypeScript
Raw Normal View History

2020-07-14 08:41:00 -07:00
describe('setup-android', () => {
it('has sanity', async () => {
expect(true)
})
})