UNPKG

appium-doctor

Version:

Test environment for fitness to run Appium

15 lines (11 loc) 271 B
// transpile:mocha import { newDoctor, Doctor, DoctorCheck } from '../index'; import chai from 'chai'; chai.should(); describe('index', () => { it('should work', () => { newDoctor.should.exists; Doctor.should.exists; DoctorCheck.should.exists; }); });