UNPKG

appium-instruments

Version:

IOS Instruments + instruments-without-delay launcher used by Appium

16 lines (10 loc) 241 B
// transpile:mocha import { Instruments, utils } from '..'; import chai from 'chai'; chai.should(); describe('index', () => { it('exported objects should exist', () => { Instruments.should.exist; utils.should.exist; }); });