setup-android/__tests__/matchers.test.ts

6 lines
92 B
TypeScript
Raw Normal View History

2020-08-11 10:20:52 -07:00
describe('setup-android', () => {
it('has sanity', async () => {
expect(true)
})
})