api.test.js 332 Bytes
// /**
//  * http api 测试
//  *
//  * @author: jiangfeng<jeff.jiang@yoho.cn>
//  * @date: 2016/05/17
//  */

// import test from 'ava';

// import {SearchAPI} from '../../library/api';

// test('api get test', async (t) => {
//     let api = new SearchAPI('');
//     let data = await api.get();
//     console.log(data);
// });