Files
setup-ruby/__tests__/main.test.ts

4 lines
91 B
TypeScript
Raw Normal View History

2019-06-26 14:22:50 -04:00
describe('TODO - Add a test suite', () => {
2019-06-26 14:35:18 -04:00
it('TODO - Add a test', async () => {});
2019-06-26 14:22:50 -04:00
});