UNPKG

ios-deviceconsole

Version:
23 lines (19 loc) 610 B
/* ================================================================ * ios-deviceconsole by xdf(xudafeng[at]126.com) * * first created at : Mon Nov 07 2016 11:49:05 GMT+0800 (CST) * * ================================================================ * Copyright xdf * * Licensed under the MIT License * You may not use this file except in compliance with the License. * * ================================================================ */ 'use strict'; var deviceconsole = require('..'); describe('test', function() { it('should be ok', function() { deviceconsole.should.be.ok(); }); });