index.spec.ts 117 B

12345
  1. describe('Download mongo-binary', () => {
  2. it('should be success', () => {
  3. expect(true).toBeTruthy();
  4. });
  5. });