Files
setup-ruby/__tests__/main.test.ts
2019-06-27 11:50:36 -04:00

8 lines
220 B
TypeScript

import findRuby, {Platform} from '../src/find-ruby';
describe('TODO - Add a test suite', () => {
it('TODO - Add a test', async () => {
findRuby({addToPath: 'true', version: '>= 2.4'}, Platform.Windows);
});
});