This repository has been archived on 2026-08-26. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
setup-android/__tests__/matchers.test.ts

6 lines
92 B
TypeScript

describe('setup-android', () => {
it('has sanity', async () => {
expect(true)
})
})